Color Hex Logo

#afa486 Color Hex

#AFA486
(175,164,134)
0 Favorites   0 Comments

Color spaces of #afa486

RGB 175164134
HSL0.120.200.61
HSV44°23°69°
CMYK 0.000.060.23   0.31
XYZ35.257737.386127.9122
Yxy37.38610.35060.3718
Hunter Lab61.1442-4.073515.7351
CIE-Lab67.5657-0.937317.0288

#afa486 color RGB value is (175,164,134).

#afa486 hex color red value is 175, green value is 164 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afa486 hue: 0.12 , saturation: 0.20 and the lightness value of afa486 is 0.61.

The process color (four color CMYK) of #afa486 color hex is 0.00, 0.06, 0.23, 0.31. Web safe color of #afa486 is #999999. Color #afa486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10000110
Octal 257 244 206
Decimal 175 164 134
Hex AF A4 86

RGB Percentages of Color #afa486

%37.00
%34.67
%28.33

CMYK Percentages of Color #afa486

%0
%6
%23
%31

Triadic Colors of #afa486

#afa486 #86afa4 #a486af

Analogous Colors of #afa486

#afa486 #a6af86 #af9086

Monochromatic Colors of #afa486

#afa486

Complementary Color

#afa486 #8691af

#afa486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa486 Color CSS Codes

.mybgcolor {background-color:#afa486; } 
.myforecolor {color:#afa486; }
.mybordercolor {border:3px solid #afa486; }

#afa486 Text Font Color

<p style="color:#afa486">Text here</p>

This sample text font color is #afa486
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#afa486 Background Color

<div style="background-color:#afa486">
Div content here</div>

This div background color is #afa486


#afa486 Border Color

<div style="border:3px solid #afa486">
Div here</div>

This div border color is #afa486


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,164,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa486; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa486;
  -webkit-box-shadow: 1px 1px 3px 2px #afa486;
  box-shadow:         1px 1px 3px 2px #afa486; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,164,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afa486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #afa486;
  -webkit-box-shadow: 1px 1px 3px 2px #afa486;
  box-shadow:         1px 1px 3px 2px #afa486;">
Div content here</div>

This div box has shadow with color #afa486


Comments

No comments written yet.

Please login to write comment.