#AFAF70

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

Shades of Dark Khaki #AFAF70

Tints of Dark Khaki #AFAF70

Color information

#AFAF70 (or 0xAFAF70) is unknown color: approx Dark Khaki. HEX triplet: AF, AF and 70. RGB value is (175,175,112). Sum of RGB (Red+Green+Blue) = 175+175+112=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF70 is #50508F. Grayscale: #A8A8A8. Windows color (decimal): -5263504 or 7385007. OLE color: 7385007.

HSL color Cylindrical-coordinate representation of color #AFAF70: 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.36%. Process color model (Four color, CMYK) of #AFAF70 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB175175112-
CMYK000.360.31
HSL60º28.25%56.27%-
HSV(B)60º36%68.63%-
XYZ35.9340.9421.34-
YUV167.8296.5133.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=37.88%
G=37.88%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175112000.360.316028.2556.27
HexAFAF7000241F3c1c38
Octal257257160004437743470
Binary10101111101011111110000001001001111111110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF70; }

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

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

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

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

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

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

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

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