Shades of Dark Khaki #AEB56D
Tints of Dark Khaki #AEB56D
RGB
CMYK
RGB Variations
Color information
#AEB56D (or 0xAEB56D) is known color: Dark Khaki. HEX triplet: AE, B5 and 6D. RGB value is (174,181,109). Sum of RGB (Red+Green+Blue) = 174+181+109=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56D is #514A92. Grayscale: #AAAAAA. Windows color (decimal): -5327507 or 7189934. OLE color: 7189934.
HSL color Cylindrical-coordinate representation of color #AEB56D: hue angle of 65.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB56D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 181 | 109 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.29 |
| HSL | 65.83º | 0.33% | 0.57% | - |
| HSV(B) | 65.83º | 0.4% | 0.71% | - |
| XYZ | 36.74 | 43.15 | 20.86 | - |
| YUV | 170.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 181 | 109 | 0.04 | 0 | 0.40 | 0.29 | 65.83 | 0.33 | 0.57 |
| Hex | AE | B5 | 6D | 4 | 0 | 28 | 1D | 42 | 21 | 39 |
| Octal | 256 | 265 | 155 | 4 | 0 | 50 | 35 | 102 | 41 | 71 |
| Binary | 10101110 | 10110101 | 1101101 | 100 | 0 | 101000 | 11101 | 1000010 | 100001 | 111001 |
Color Harmonies of #AEB56D
Complementary color
Monochromatic Colors of #AEB56D
Black with #AEB56D
Text Example
Text Example
White with #AEB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB56D; }
p { color: rgb(174,181,109); }
H1.HeaderClassName
{
color: #AEB56D;
}
.AnyTagClassName
{
color: #AEB56D;
}
</style>
background-color css
<style>
a { background-color: #AEB56D; }
a { background-color: rgb(174,181,109); }
div.DivClassName
{
background-color: #AEB56D;
}
.BgClassName
{
background-color: #AEB56D;
}
</style>
border-color css
<style>
span { border-color: #AEB56D; }
span { border-color: rgb(174,181,109); }
td.TdClassName
{
border-color: #AEB56D;
}
.TagClassName
{
border-color: #AEB56D;
}
</style>