Shades of Dark Khaki #AEAD6E
Tints of Dark Khaki #AEAD6E
RGB
CMYK
RGB Variations
Color information
#AEAD6E (or 0xAEAD6E) is known color: Dark Khaki. HEX triplet: AE, AD and 6E. RGB value is (174,173,110). Sum of RGB (Red+Green+Blue) = 174+173+110=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD6E is #515291. Grayscale: #A6A6A6. Windows color (decimal): -5329554 or 7253422. OLE color: 7253422.
HSL color Cylindrical-coordinate representation of color #AEAD6E: hue angle of 59.06º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEAD6E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 110 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.32 |
| HSL | 59.06º | 0.28% | 0.56% | - |
| HSV(B) | 59.06º | 0.37% | 0.68% | - |
| XYZ | 35.21 | 40.01 | 20.62 | - |
| YUV | 166.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 110 | 0 | 0.01 | 0.37 | 0.32 | 59.06 | 0.28 | 0.56 |
| Hex | AE | AD | 6E | 0 | 1 | 25 | 20 | 3B | 1C | 38 |
| Octal | 256 | 255 | 156 | 0 | 1 | 45 | 40 | 73 | 34 | 70 |
| Binary | 10101110 | 10101101 | 1101110 | 0 | 1 | 100101 | 100000 | 111011 | 11100 | 111000 |
Color Harmonies of #AEAD6E
Complementary color
Monochromatic Colors of #AEAD6E
Black with #AEAD6E
Text Example
Text Example
White with #AEAD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD6E; }
p { color: rgb(174,173,110); }
H1.HeaderClassName
{
color: #AEAD6E;
}
.AnyTagClassName
{
color: #AEAD6E;
}
</style>
background-color css
<style>
a { background-color: #AEAD6E; }
a { background-color: rgb(174,173,110); }
div.DivClassName
{
background-color: #AEAD6E;
}
.BgClassName
{
background-color: #AEAD6E;
}
</style>
border-color css
<style>
span { border-color: #AEAD6E; }
span { border-color: rgb(174,173,110); }
td.TdClassName
{
border-color: #AEAD6E;
}
.TagClassName
{
border-color: #AEAD6E;
}
</style>