Shades of Neutral Green #ADA67A
Tints of Neutral Green #ADA67A
RGB
CMYK
RGB Variations
Color information
#ADA67A (or 0xADA67A) is known color: Neutral Green. HEX triplet: AD, A6 and 7A. RGB value is (173,166,122). Sum of RGB (Red+Green+Blue) = 173+166+122=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA67A is #525985. Grayscale: #A3A3A3. Windows color (decimal): -5396870 or 8038061. OLE color: 8038061.
HSL color Cylindrical-coordinate representation of color #ADA67A: hue angle of 51.76º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADA67A is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 122 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.32 |
| HSL | 51.76º | 0.24% | 0.58% | - |
| HSV(B) | 51.76º | 0.29% | 0.68% | - |
| XYZ | 34.38 | 37.56 | 23.85 | - |
| YUV | 163.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 122 | 0 | 0.04 | 0.29 | 0.32 | 51.76 | 0.24 | 0.58 |
| Hex | AD | A6 | 7A | 0 | 4 | 1D | 20 | 34 | 18 | 3A |
| Octal | 255 | 246 | 172 | 0 | 4 | 35 | 40 | 64 | 30 | 72 |
| Binary | 10101101 | 10100110 | 1111010 | 0 | 100 | 11101 | 100000 | 110100 | 11000 | 111010 |
Color Harmonies of #ADA67A
Complementary color
Monochromatic Colors of #ADA67A
Black with #ADA67A
Text Example
Text Example
White with #ADA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA67A; }
p { color: rgb(173,166,122); }
H1.HeaderClassName
{
color: #ADA67A;
}
.AnyTagClassName
{
color: #ADA67A;
}
</style>
background-color css
<style>
a { background-color: #ADA67A; }
a { background-color: rgb(173,166,122); }
div.DivClassName
{
background-color: #ADA67A;
}
.BgClassName
{
background-color: #ADA67A;
}
</style>
border-color css
<style>
span { border-color: #ADA67A; }
span { border-color: rgb(173,166,122); }
td.TdClassName
{
border-color: #ADA67A;
}
.TagClassName
{
border-color: #ADA67A;
}
</style>