Shades of Olive Green #AFA95A
Tints of Olive Green #AFA95A
RGB
CMYK
RGB Variations
Color information
#AFA95A (or 0xAFA95A) is known color: Olive Green. HEX triplet: AF, A9 and 5A. RGB value is (175,169,90). Sum of RGB (Red+Green+Blue) = 175+169+90=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA95A is #5056A5. Grayscale: #A2A2A2. Windows color (decimal): -5265062 or 5941679. OLE color: 5941679.
HSL color Cylindrical-coordinate representation of color #AFA95A: hue angle of 55.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFA95A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 90 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.31 |
| HSL | 55.76º | 0.35% | 0.52% | - |
| HSV(B) | 55.76º | 0.49% | 0.69% | - |
| XYZ | 33.71 | 38.23 | 15.27 | - |
| YUV | 161.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 90 | 0 | 0.03 | 0.49 | 0.31 | 55.76 | 0.35 | 0.52 |
| Hex | AF | A9 | 5A | 0 | 3 | 31 | 1F | 38 | 23 | 34 |
| Octal | 257 | 251 | 132 | 0 | 3 | 61 | 37 | 70 | 43 | 64 |
| Binary | 10101111 | 10101001 | 1011010 | 0 | 11 | 110001 | 11111 | 111000 | 100011 | 110100 |
Color Harmonies of #AFA95A
Complementary color
Monochromatic Colors of #AFA95A
Black with #AFA95A
Text Example
Text Example
White with #AFA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA95A; }
p { color: rgb(175,169,90); }
H1.HeaderClassName
{
color: #AFA95A;
}
.AnyTagClassName
{
color: #AFA95A;
}
</style>
background-color css
<style>
a { background-color: #AFA95A; }
a { background-color: rgb(175,169,90); }
div.DivClassName
{
background-color: #AFA95A;
}
.BgClassName
{
background-color: #AFA95A;
}
</style>
border-color css
<style>
span { border-color: #AFA95A; }
span { border-color: rgb(175,169,90); }
td.TdClassName
{
border-color: #AFA95A;
}
.TagClassName
{
border-color: #AFA95A;
}
</style>