Shades of Neutral Green #AFA882
Tints of Neutral Green #AFA882
RGB
CMYK
RGB Variations
Color information
#AFA882 (or 0xAFA882) is known color: Neutral Green. HEX triplet: AF, A8 and 82. RGB value is (175,168,130). Sum of RGB (Red+Green+Blue) = 175+168+130=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA882 is #50577D. Grayscale: #A5A5A5. Windows color (decimal): -5265278 or 8562863. OLE color: 8562863.
HSL color Cylindrical-coordinate representation of color #AFA882: hue angle of 50.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA882 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 130 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.31 |
| HSL | 50.67º | 0.22% | 0.6% | - |
| HSV(B) | 50.67º | 0.26% | 0.69% | - |
| XYZ | 35.71 | 38.73 | 26.71 | - |
| YUV | 165.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 130 | 0 | 0.04 | 0.26 | 0.31 | 50.67 | 0.22 | 0.6 |
| Hex | AF | A8 | 82 | 0 | 4 | 1A | 1F | 33 | 16 | 3C |
| Octal | 257 | 250 | 202 | 0 | 4 | 32 | 37 | 63 | 26 | 74 |
| Binary | 10101111 | 10101000 | 10000010 | 0 | 100 | 11010 | 11111 | 110011 | 10110 | 111100 |
Color Harmonies of #AFA882
Complementary color
Monochromatic Colors of #AFA882
Black with #AFA882
Text Example
Text Example
White with #AFA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA882; }
p { color: rgb(175,168,130); }
H1.HeaderClassName
{
color: #AFA882;
}
.AnyTagClassName
{
color: #AFA882;
}
</style>
background-color css
<style>
a { background-color: #AFA882; }
a { background-color: rgb(175,168,130); }
div.DivClassName
{
background-color: #AFA882;
}
.BgClassName
{
background-color: #AFA882;
}
</style>
border-color css
<style>
span { border-color: #AFA882; }
span { border-color: rgb(175,168,130); }
td.TdClassName
{
border-color: #AFA882;
}
.TagClassName
{
border-color: #AFA882;
}
</style>