Color Hex Logo

#afa489 Color Hex

#AFA489
(175,164,137)
0 Favorites   0 Comments

Color spaces of #afa489

RGB 175164137
HSL0.120.190.61
HSV43°22°69°
CMYK 0.000.060.22   0.31
XYZ35.470037.471029.0301
Yxy37.47100.34780.3675
Hunter Lab61.2136-3.692514.7316
CIE-Lab67.6289-0.490115.4638

#afa489 color RGB value is (175,164,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10001001
Octal 257 244 211
Decimal 175 164 137
Hex AF A4 89

RGB Percentages of Color #afa489

%36.76
%34.45
%28.78

CMYK Percentages of Color #afa489

%0
%6
%22
%31

Triadic Colors of #afa489

#afa489 #89afa4 #a489af

Analogous Colors of #afa489

#afa489 #a7af89 #af9189

Monochromatic Colors of #afa489

#afa489

Complementary Color

#afa489 #8994af

#afa489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa489 Color CSS Codes

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

#afa489 Text Font Color

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

This sample text font color is #afa489
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.


#afa489 Background Color

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

This div background color is #afa489


#afa489 Border Color

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

This div border color is #afa489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa489


Comments

No comments written yet.

Please login to write comment.