#AFAF71

Color #AFAF71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #AFAF71

Tints of Dark Khaki #AFAF71

Color information

#AFAF71 (or 0xAFAF71) is unknown color: approx Dark Khaki. HEX triplet: AF, AF and 71. RGB value is (175,175,113). Sum of RGB (Red+Green+Blue) = 175+175+113=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF71 is #50508E. Grayscale: #A8A8A8. Windows color (decimal): -5263503 or 7450543. OLE color: 7450543.

HSL color Cylindrical-coordinate representation of color #AFAF71: hue angle of 60º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFAF71 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175175113-
CMYK000.350.31
HSL60º27.93%56.47%-
HSV(B)60º35.43%68.63%-
XYZ35.9940.9721.63-
YUV167.9397133.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=37.80%
G=37.80%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175113000.350.316027.9356.47
HexAFAF7100231F3c1c38
Octal257257161004337743470
Binary10101111101011111110001001000111111111110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF71; }

 p { color: rgb(175,175,113); }

 H1.HeaderClassName
 {
   color: #AFAF71;
 }
 .AnyTagClassName
 {
   color: #AFAF71;
 }
</style>
background-color css

<style>
 a { background-color: #AFAF71; }

 a { background-color: rgb(175,175,113); }

 div.DivClassName
 {
   background-color: #AFAF71;
 }
 .BgClassName
 {
   background-color: #AFAF71;
 }
</style>
border-color css

<style>
 span { border-color: #AFAF71; }

 span { border-color: rgb(175,175,113); }

 td.TdClassName
 {
   border-color: #AFAF71;
 }
 .TagClassName
 {
   border-color: #AFAF71;
 }
</style>