Shades of Neutral Green #AFAE7B
Tints of Neutral Green #AFAE7B
RGB
CMYK
RGB Variations
Color information
#AFAE7B (or 0xAFAE7B) is known color: Neutral Green. HEX triplet: AF, AE and 7B. RGB value is (175,174,123). Sum of RGB (Red+Green+Blue) = 175+174+123=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE7B is #505184. Grayscale: #A8A8A8. Windows color (decimal): -5263749 or 8105647. OLE color: 8105647.
HSL color Cylindrical-coordinate representation of color #AFAE7B: hue angle of 58.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFAE7B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 123 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.31 |
| HSL | 58.85º | 0.25% | 0.58% | - |
| HSV(B) | 58.85º | 0.3% | 0.69% | - |
| XYZ | 36.39 | 40.82 | 24.7 | - |
| YUV | 168.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 123 | 0 | 0.01 | 0.30 | 0.31 | 58.85 | 0.25 | 0.58 |
| Hex | AF | AE | 7B | 0 | 1 | 1E | 1F | 3B | 19 | 3A |
| Octal | 257 | 256 | 173 | 0 | 1 | 36 | 37 | 73 | 31 | 72 |
| Binary | 10101111 | 10101110 | 1111011 | 0 | 1 | 11110 | 11111 | 111011 | 11001 | 111010 |
Color Harmonies of #AFAE7B
Complementary color
Monochromatic Colors of #AFAE7B
Black with #AFAE7B
Text Example
Text Example
White with #AFAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE7B; }
p { color: rgb(175,174,123); }
H1.HeaderClassName
{
color: #AFAE7B;
}
.AnyTagClassName
{
color: #AFAE7B;
}
</style>
background-color css
<style>
a { background-color: #AFAE7B; }
a { background-color: rgb(175,174,123); }
div.DivClassName
{
background-color: #AFAE7B;
}
.BgClassName
{
background-color: #AFAE7B;
}
</style>
border-color css
<style>
span { border-color: #AFAE7B; }
span { border-color: rgb(175,174,123); }
td.TdClassName
{
border-color: #AFAE7B;
}
.TagClassName
{
border-color: #AFAE7B;
}
</style>