Shades of Dark Khaki #AFAF74
Tints of Dark Khaki #AFAF74
RGB
CMYK
RGB Variations
Color information
#AFAF74 (or 0xAFAF74) is known color: Dark Khaki. HEX triplet: AF, AF and 74. RGB value is (175,175,116). Sum of RGB (Red+Green+Blue) = 175+175+116=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF74 is #50508B. Grayscale: #A8A8A8. Windows color (decimal): -5263500 or 7647151. OLE color: 7647151.
HSL color Cylindrical-coordinate representation of color #AFAF74: hue angle of 60º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFAF74 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 116 | - |
| CMYK | 0 | 0 | 0.34 | 0.31 |
| HSL | 60º | 0.27% | 0.57% | - |
| HSV(B) | 60º | 0.34% | 0.69% | - |
| XYZ | 36.16 | 41.03 | 22.54 | - |
| YUV | 168.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 116 | 0 | 0 | 0.34 | 0.31 | 60 | 0.27 | 0.57 |
| Hex | AF | AF | 74 | 0 | 0 | 22 | 1F | 3C | 1B | 39 |
| Octal | 257 | 257 | 164 | 0 | 0 | 42 | 37 | 74 | 33 | 71 |
| Binary | 10101111 | 10101111 | 1110100 | 0 | 0 | 100010 | 11111 | 111100 | 11011 | 111001 |
Color Harmonies of #AFAF74
Complementary color
Monochromatic Colors of #AFAF74
Black with #AFAF74
Text Example
Text Example
White with #AFAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF74; }
p { color: rgb(175,175,116); }
H1.HeaderClassName
{
color: #AFAF74;
}
.AnyTagClassName
{
color: #AFAF74;
}
</style>
background-color css
<style>
a { background-color: #AFAF74; }
a { background-color: rgb(175,175,116); }
div.DivClassName
{
background-color: #AFAF74;
}
.BgClassName
{
background-color: #AFAF74;
}
</style>
border-color css
<style>
span { border-color: #AFAF74; }
span { border-color: rgb(175,175,116); }
td.TdClassName
{
border-color: #AFAF74;
}
.TagClassName
{
border-color: #AFAF74;
}
</style>