Shades of Olive Green #A8AF54
Tints of Olive Green #A8AF54
RGB
CMYK
RGB Variations
Color information
#A8AF54 (or 0xA8AF54) is known color: Olive Green. HEX triplet: A8, AF and 54. RGB value is (168,175,84). Sum of RGB (Red+Green+Blue) = 168+175+84=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF54 is #5750AB. Grayscale: #A2A2A2. Windows color (decimal): -5722284 or 5549992. OLE color: 5549992.
HSL color Cylindrical-coordinate representation of color #A8AF54: hue angle of 64.62º 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 #A8AF54 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 84 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.31 |
| HSL | 64.62º | 0.36% | 0.51% | - |
| HSV(B) | 64.62º | 0.52% | 0.69% | - |
| XYZ | 33.08 | 39.62 | 14.29 | - |
| YUV | 162.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 84 | 0.04 | 0 | 0.52 | 0.31 | 64.62 | 0.36 | 0.51 |
| Hex | A8 | AF | 54 | 4 | 0 | 34 | 1F | 41 | 24 | 33 |
| Octal | 250 | 257 | 124 | 4 | 0 | 64 | 37 | 101 | 44 | 63 |
| Binary | 10101000 | 10101111 | 1010100 | 100 | 0 | 110100 | 11111 | 1000001 | 100100 | 110011 |
Color Harmonies of #A8AF54
Complementary color
Monochromatic Colors of #A8AF54
Black with #A8AF54
Text Example
Text Example
White with #A8AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF54; }
p { color: rgb(168,175,84); }
H1.HeaderClassName
{
color: #A8AF54;
}
.AnyTagClassName
{
color: #A8AF54;
}
</style>
background-color css
<style>
a { background-color: #A8AF54; }
a { background-color: rgb(168,175,84); }
div.DivClassName
{
background-color: #A8AF54;
}
.BgClassName
{
background-color: #A8AF54;
}
</style>
border-color css
<style>
span { border-color: #A8AF54; }
span { border-color: rgb(168,175,84); }
td.TdClassName
{
border-color: #A8AF54;
}
.TagClassName
{
border-color: #A8AF54;
}
</style>