Shades of Dark Khaki #AEB46D
Tints of Dark Khaki #AEB46D
RGB
CMYK
RGB Variations
Color information
#AEB46D (or 0xAEB46D) is known color: Dark Khaki. HEX triplet: AE, B4 and 6D. RGB value is (174,180,109). Sum of RGB (Red+Green+Blue) = 174+180+109=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46D is #514B92. Grayscale: #AAAAAA. Windows color (decimal): -5327763 or 7189678. OLE color: 7189678.
HSL color Cylindrical-coordinate representation of color #AEB46D: hue angle of 65.07º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB46D is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 180 | 109 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.29 |
| HSL | 65.07º | 0.32% | 0.57% | - |
| HSV(B) | 65.07º | 0.39% | 0.71% | - |
| XYZ | 36.54 | 42.75 | 20.79 | - |
| YUV | 170.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 180 | 109 | 0.03 | 0 | 0.39 | 0.29 | 65.07 | 0.32 | 0.57 |
| Hex | AE | B4 | 6D | 3 | 0 | 27 | 1D | 41 | 20 | 39 |
| Octal | 256 | 264 | 155 | 3 | 0 | 47 | 35 | 101 | 40 | 71 |
| Binary | 10101110 | 10110100 | 1101101 | 11 | 0 | 100111 | 11101 | 1000001 | 100000 | 111001 |
Color Harmonies of #AEB46D
Complementary color
Monochromatic Colors of #AEB46D
Black with #AEB46D
Text Example
Text Example
White with #AEB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB46D; }
p { color: rgb(174,180,109); }
H1.HeaderClassName
{
color: #AEB46D;
}
.AnyTagClassName
{
color: #AEB46D;
}
</style>
background-color css
<style>
a { background-color: #AEB46D; }
a { background-color: rgb(174,180,109); }
div.DivClassName
{
background-color: #AEB46D;
}
.BgClassName
{
background-color: #AEB46D;
}
</style>
border-color css
<style>
span { border-color: #AEB46D; }
span { border-color: rgb(174,180,109); }
td.TdClassName
{
border-color: #AEB46D;
}
.TagClassName
{
border-color: #AEB46D;
}
</style>