Shades of Dark Khaki #AFAE72
Tints of Dark Khaki #AFAE72
RGB
CMYK
RGB Variations
Color information
#AFAE72 (or 0xAFAE72) is known color: Dark Khaki. HEX triplet: AF, AE and 72. RGB value is (175,174,114). Sum of RGB (Red+Green+Blue) = 175+174+114=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE72 is #50518D. Grayscale: #A7A7A7. Windows color (decimal): -5263758 or 7515823. OLE color: 7515823.
HSL color Cylindrical-coordinate representation of color #AFAE72: hue angle of 59.02º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFAE72 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 114 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.31 |
| HSL | 59.02º | 0.28% | 0.57% | - |
| HSV(B) | 59.02º | 0.35% | 0.69% | - |
| XYZ | 35.85 | 40.6 | 21.87 | - |
| YUV | 167.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 114 | 0 | 0.01 | 0.35 | 0.31 | 59.02 | 0.28 | 0.57 |
| Hex | AF | AE | 72 | 0 | 1 | 23 | 1F | 3B | 1C | 39 |
| Octal | 257 | 256 | 162 | 0 | 1 | 43 | 37 | 73 | 34 | 71 |
| Binary | 10101111 | 10101110 | 1110010 | 0 | 1 | 100011 | 11111 | 111011 | 11100 | 111001 |
Color Harmonies of #AFAE72
Complementary color
Monochromatic Colors of #AFAE72
Black with #AFAE72
Text Example
Text Example
White with #AFAE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE72; }
p { color: rgb(175,174,114); }
H1.HeaderClassName
{
color: #AFAE72;
}
.AnyTagClassName
{
color: #AFAE72;
}
</style>
background-color css
<style>
a { background-color: #AFAE72; }
a { background-color: rgb(175,174,114); }
div.DivClassName
{
background-color: #AFAE72;
}
.BgClassName
{
background-color: #AFAE72;
}
</style>
border-color css
<style>
span { border-color: #AFAE72; }
span { border-color: rgb(175,174,114); }
td.TdClassName
{
border-color: #AFAE72;
}
.TagClassName
{
border-color: #AFAE72;
}
</style>