Color Hex Logo

#afa599 Color Hex

#AFA599
(175,165,153)
0 Favorites   0 Comments

Color spaces of #afa599

RGB 175165153
HSL0.090.120.64
HSV33°13°69°
CMYK 0.000.060.13   0.31
XYZ36.884138.324135.5903
Yxy38.32410.33290.3459
Hunter Lab61.9065-1.98539.2484
CIE-Lab68.25881.51657.5041

#afa599 color RGB value is (175,165,153).

#afa599 hex color red value is 175, green value is 165 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #afa599 hue: 0.09 , saturation: 0.12 and the lightness value of afa599 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10011001
Octal 257 245 231
Decimal 175 165 153
Hex AF A5 99

RGB Percentages of Color #afa599

%35.50
%33.47
%31.03

CMYK Percentages of Color #afa599

%0
%6
%13
%31

Triadic Colors of #afa599

#afa599 #99afa5 #a599af

Analogous Colors of #afa599

#afa599 #aeaf99 #af9a99

Monochromatic Colors of #afa599

#afa599

Complementary Color

#afa599 #99a3af

#afa599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa599 Color CSS Codes

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

#afa599 Text Font Color

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

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


#afa599 Background Color

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

This div background color is #afa599


#afa599 Border Color

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

This div border color is #afa599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa599


Comments

No comments written yet.

Please login to write comment.