Shades of Olive Green #A6AF54
Tints of Olive Green #A6AF54
RGB
CMYK
RGB Variations
Color information
#A6AF54 (or 0xA6AF54) is known color: Olive Green. HEX triplet: A6, AF and 54. RGB value is (166,175,84). Sum of RGB (Red+Green+Blue) = 166+175+84=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF54 is #5950AB. Grayscale: #A2A2A2. Windows color (decimal): -5853356 or 5549990. OLE color: 5549990.
HSL color Cylindrical-coordinate representation of color #A6AF54: hue angle of 65.93º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6AF54 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 84 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.31 |
| HSL | 65.93º | 0.36% | 0.51% | - |
| HSV(B) | 65.93º | 0.52% | 0.69% | - |
| XYZ | 32.66 | 39.41 | 14.27 | - |
| YUV | 161.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 84 | 0.05 | 0 | 0.52 | 0.31 | 65.93 | 0.36 | 0.51 |
| Hex | A6 | AF | 54 | 5 | 0 | 34 | 1F | 42 | 24 | 33 |
| Octal | 246 | 257 | 124 | 5 | 0 | 64 | 37 | 102 | 44 | 63 |
| Binary | 10100110 | 10101111 | 1010100 | 101 | 0 | 110100 | 11111 | 1000010 | 100100 | 110011 |
Color Harmonies of #A6AF54
Complementary color
Monochromatic Colors of #A6AF54
Black with #A6AF54
Text Example
Text Example
White with #A6AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF54; }
p { color: rgb(166,175,84); }
H1.HeaderClassName
{
color: #A6AF54;
}
.AnyTagClassName
{
color: #A6AF54;
}
</style>
background-color css
<style>
a { background-color: #A6AF54; }
a { background-color: rgb(166,175,84); }
div.DivClassName
{
background-color: #A6AF54;
}
.BgClassName
{
background-color: #A6AF54;
}
</style>
border-color css
<style>
span { border-color: #A6AF54; }
span { border-color: rgb(166,175,84); }
td.TdClassName
{
border-color: #A6AF54;
}
.TagClassName
{
border-color: #A6AF54;
}
</style>