Shades of Dark Khaki #AEAD6D
Tints of Dark Khaki #AEAD6D
RGB
CMYK
RGB Variations
Color information
#AEAD6D (or 0xAEAD6D) is known color: Dark Khaki. HEX triplet: AE, AD and 6D. RGB value is (174,173,109). Sum of RGB (Red+Green+Blue) = 174+173+109=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD6D is #515292. Grayscale: #A6A6A6. Windows color (decimal): -5329555 or 7187886. OLE color: 7187886.
HSL color Cylindrical-coordinate representation of color #AEAD6D: hue angle of 59.08º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEAD6D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 109 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.32 |
| HSL | 59.08º | 0.29% | 0.55% | - |
| HSV(B) | 59.08º | 0.37% | 0.68% | - |
| XYZ | 35.16 | 39.99 | 20.33 | - |
| YUV | 166 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 109 | 0 | 0.01 | 0.37 | 0.32 | 59.08 | 0.29 | 0.55 |
| Hex | AE | AD | 6D | 0 | 1 | 25 | 20 | 3B | 1D | 37 |
| Octal | 256 | 255 | 155 | 0 | 1 | 45 | 40 | 73 | 35 | 67 |
| Binary | 10101110 | 10101101 | 1101101 | 0 | 1 | 100101 | 100000 | 111011 | 11101 | 110111 |
Color Harmonies of #AEAD6D
Complementary color
Monochromatic Colors of #AEAD6D
Black with #AEAD6D
Text Example
Text Example
White with #AEAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD6D; }
p { color: rgb(174,173,109); }
H1.HeaderClassName
{
color: #AEAD6D;
}
.AnyTagClassName
{
color: #AEAD6D;
}
</style>
background-color css
<style>
a { background-color: #AEAD6D; }
a { background-color: rgb(174,173,109); }
div.DivClassName
{
background-color: #AEAD6D;
}
.BgClassName
{
background-color: #AEAD6D;
}
</style>
border-color css
<style>
span { border-color: #AEAD6D; }
span { border-color: rgb(174,173,109); }
td.TdClassName
{
border-color: #AEAD6D;
}
.TagClassName
{
border-color: #AEAD6D;
}
</style>