Shades of Neutral Green #AFA483
Tints of Neutral Green #AFA483
RGB
CMYK
RGB Variations
Color information
#AFA483 (or 0xAFA483) is known color: Neutral Green. HEX triplet: AF, A4 and 83. RGB value is (175,164,131). Sum of RGB (Red+Green+Blue) = 175+164+131=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA483 is #505B7C. Grayscale: #A3A3A3. Windows color (decimal): -5266301 or 8627375. OLE color: 8627375.
HSL color Cylindrical-coordinate representation of color #AFA483: hue angle of 45º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA483 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 131 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.31 |
| HSL | 45º | 0.22% | 0.6% | - |
| HSV(B) | 45º | 0.25% | 0.69% | - |
| XYZ | 35.05 | 37.3 | 26.83 | - |
| YUV | 163.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 131 | 0 | 0.06 | 0.25 | 0.31 | 45 | 0.22 | 0.6 |
| Hex | AF | A4 | 83 | 0 | 6 | 19 | 1F | 2D | 16 | 3C |
| Octal | 257 | 244 | 203 | 0 | 6 | 31 | 37 | 55 | 26 | 74 |
| Binary | 10101111 | 10100100 | 10000011 | 0 | 110 | 11001 | 11111 | 101101 | 10110 | 111100 |
Color Harmonies of #AFA483
Complementary color
Monochromatic Colors of #AFA483
Black with #AFA483
Text Example
Text Example
White with #AFA483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA483; }
p { color: rgb(175,164,131); }
H1.HeaderClassName
{
color: #AFA483;
}
.AnyTagClassName
{
color: #AFA483;
}
</style>
background-color css
<style>
a { background-color: #AFA483; }
a { background-color: rgb(175,164,131); }
div.DivClassName
{
background-color: #AFA483;
}
.BgClassName
{
background-color: #AFA483;
}
</style>
border-color css
<style>
span { border-color: #AFA483; }
span { border-color: rgb(175,164,131); }
td.TdClassName
{
border-color: #AFA483;
}
.TagClassName
{
border-color: #AFA483;
}
</style>