Shades of Dark Khaki #AFAE73
Tints of Dark Khaki #AFAE73
RGB
CMYK
RGB Variations
Color information
#AFAE73 (or 0xAFAE73) is known color: Dark Khaki. HEX triplet: AF, AE and 73. RGB value is (175,174,115). Sum of RGB (Red+Green+Blue) = 175+174+115=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE73 is #50518C. Grayscale: #A7A7A7. Windows color (decimal): -5263757 or 7581359. OLE color: 7581359.
HSL color Cylindrical-coordinate representation of color #AFAE73: hue angle of 59º 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 #AFAE73 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 115 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.31 |
| HSL | 59º | 0.27% | 0.57% | - |
| HSV(B) | 59º | 0.34% | 0.69% | - |
| XYZ | 35.91 | 40.62 | 22.17 | - |
| YUV | 167.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 115 | 0 | 0.01 | 0.34 | 0.31 | 59 | 0.27 | 0.57 |
| Hex | AF | AE | 73 | 0 | 1 | 22 | 1F | 3B | 1B | 39 |
| Octal | 257 | 256 | 163 | 0 | 1 | 42 | 37 | 73 | 33 | 71 |
| Binary | 10101111 | 10101110 | 1110011 | 0 | 1 | 100010 | 11111 | 111011 | 11011 | 111001 |
Color Harmonies of #AFAE73
Complementary color
Monochromatic Colors of #AFAE73
Black with #AFAE73
Text Example
Text Example
White with #AFAE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE73; }
p { color: rgb(175,174,115); }
H1.HeaderClassName
{
color: #AFAE73;
}
.AnyTagClassName
{
color: #AFAE73;
}
</style>
background-color css
<style>
a { background-color: #AFAE73; }
a { background-color: rgb(175,174,115); }
div.DivClassName
{
background-color: #AFAE73;
}
.BgClassName
{
background-color: #AFAE73;
}
</style>
border-color css
<style>
span { border-color: #AFAE73; }
span { border-color: rgb(175,174,115); }
td.TdClassName
{
border-color: #AFAE73;
}
.TagClassName
{
border-color: #AFAE73;
}
</style>