Shades of Dark Khaki #AFAE6C
Tints of Dark Khaki #AFAE6C
RGB
CMYK
RGB Variations
Color information
#AFAE6C (or 0xAFAE6C) is known color: Dark Khaki. HEX triplet: AF, AE and 6C. RGB value is (175,174,108). Sum of RGB (Red+Green+Blue) = 175+174+108=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE6C is #505193. Grayscale: #A7A7A7. Windows color (decimal): -5263764 or 7122607. OLE color: 7122607.
HSL color Cylindrical-coordinate representation of color #AFAE6C: hue angle of 59.1º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFAE6C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 108 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.31 |
| HSL | 59.1º | 0.3% | 0.55% | - |
| HSV(B) | 59.1º | 0.38% | 0.69% | - |
| XYZ | 35.52 | 40.47 | 20.13 | - |
| YUV | 166.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 108 | 0 | 0.01 | 0.38 | 0.31 | 59.1 | 0.3 | 0.55 |
| Hex | AF | AE | 6C | 0 | 1 | 26 | 1F | 3B | 1E | 37 |
| Octal | 257 | 256 | 154 | 0 | 1 | 46 | 37 | 73 | 36 | 67 |
| Binary | 10101111 | 10101110 | 1101100 | 0 | 1 | 100110 | 11111 | 111011 | 11110 | 110111 |
Color Harmonies of #AFAE6C
Complementary color
Monochromatic Colors of #AFAE6C
Black with #AFAE6C
Text Example
Text Example
White with #AFAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE6C; }
p { color: rgb(175,174,108); }
H1.HeaderClassName
{
color: #AFAE6C;
}
.AnyTagClassName
{
color: #AFAE6C;
}
</style>
background-color css
<style>
a { background-color: #AFAE6C; }
a { background-color: rgb(175,174,108); }
div.DivClassName
{
background-color: #AFAE6C;
}
.BgClassName
{
background-color: #AFAE6C;
}
</style>
border-color css
<style>
span { border-color: #AFAE6C; }
span { border-color: rgb(175,174,108); }
td.TdClassName
{
border-color: #AFAE6C;
}
.TagClassName
{
border-color: #AFAE6C;
}
</style>