Shades of Dark Khaki #AEB16E
Tints of Dark Khaki #AEB16E
RGB
CMYK
RGB Variations
Color information
#AEB16E (or 0xAEB16E) is known color: Dark Khaki. HEX triplet: AE, B1 and 6E. RGB value is (174,177,110). Sum of RGB (Red+Green+Blue) = 174+177+110=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB16E is #514E91. Grayscale: #A8A8A8. Windows color (decimal): -5328530 or 7254446. OLE color: 7254446.
HSL color Cylindrical-coordinate representation of color #AEB16E: hue angle of 62.69º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEB16E is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 110 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.31 |
| HSL | 62.69º | 0.3% | 0.56% | - |
| HSV(B) | 62.69º | 0.38% | 0.69% | - |
| XYZ | 35.99 | 41.57 | 20.88 | - |
| YUV | 168.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 110 | 0.02 | 0 | 0.38 | 0.31 | 62.69 | 0.3 | 0.56 |
| Hex | AE | B1 | 6E | 2 | 0 | 26 | 1F | 3F | 1E | 38 |
| Octal | 256 | 261 | 156 | 2 | 0 | 46 | 37 | 77 | 36 | 70 |
| Binary | 10101110 | 10110001 | 1101110 | 10 | 0 | 100110 | 11111 | 111111 | 11110 | 111000 |
Color Harmonies of #AEB16E
Complementary color
Monochromatic Colors of #AEB16E
Black with #AEB16E
Text Example
Text Example
White with #AEB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB16E; }
p { color: rgb(174,177,110); }
H1.HeaderClassName
{
color: #AEB16E;
}
.AnyTagClassName
{
color: #AEB16E;
}
</style>
background-color css
<style>
a { background-color: #AEB16E; }
a { background-color: rgb(174,177,110); }
div.DivClassName
{
background-color: #AEB16E;
}
.BgClassName
{
background-color: #AEB16E;
}
</style>
border-color css
<style>
span { border-color: #AEB16E; }
span { border-color: rgb(174,177,110); }
td.TdClassName
{
border-color: #AEB16E;
}
.TagClassName
{
border-color: #AEB16E;
}
</style>