Shades of Olive Green #A6AE53
Tints of Olive Green #A6AE53
RGB
CMYK
RGB Variations
Color information
#A6AE53 (or 0xA6AE53) is known color: Olive Green. HEX triplet: A6, AE and 53. RGB value is (166,174,83). Sum of RGB (Red+Green+Blue) = 166+174+83=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AE53 is #5951AC. Grayscale: #A1A1A1. Windows color (decimal): -5853613 or 5484198. OLE color: 5484198.
HSL color Cylindrical-coordinate representation of color #A6AE53: hue angle of 65.27º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6AE53 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 174 | 83 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.32 |
| HSL | 65.27º | 0.36% | 0.5% | - |
| HSV(B) | 65.27º | 0.52% | 0.68% | - |
| XYZ | 32.42 | 39 | 14 | - |
| YUV | 161.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 83 | 0.05 | 0 | 0.52 | 0.32 | 65.27 | 0.36 | 0.5 |
| Hex | A6 | AE | 53 | 5 | 0 | 34 | 20 | 41 | 24 | 32 |
| Octal | 246 | 256 | 123 | 5 | 0 | 64 | 40 | 101 | 44 | 62 |
| Binary | 10100110 | 10101110 | 1010011 | 101 | 0 | 110100 | 100000 | 1000001 | 100100 | 110010 |
Color Harmonies of #A6AE53
Complementary color
Monochromatic Colors of #A6AE53
Black with #A6AE53
Text Example
Text Example
White with #A6AE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AE53; }
p { color: rgb(166,174,83); }
H1.HeaderClassName
{
color: #A6AE53;
}
.AnyTagClassName
{
color: #A6AE53;
}
</style>
background-color css
<style>
a { background-color: #A6AE53; }
a { background-color: rgb(166,174,83); }
div.DivClassName
{
background-color: #A6AE53;
}
.BgClassName
{
background-color: #A6AE53;
}
</style>
border-color css
<style>
span { border-color: #A6AE53; }
span { border-color: rgb(166,174,83); }
td.TdClassName
{
border-color: #A6AE53;
}
.TagClassName
{
border-color: #A6AE53;
}
</style>