Shades of Neutral Green #ADA58A
Tints of Neutral Green #ADA58A
RGB
CMYK
RGB Variations
Color information
#ADA58A (or 0xADA58A) is known color: Neutral Green. HEX triplet: AD, A5 and 8A. RGB value is (173,165,138). Sum of RGB (Red+Green+Blue) = 173+165+138=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA58A is #525A75. Grayscale: #A4A4A4. Windows color (decimal): -5397110 or 9086381. OLE color: 9086381.
HSL color Cylindrical-coordinate representation of color #ADA58A: hue angle of 46.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA58A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 165 | 138 | - |
CMYK | 0 | 0.05 | 0.20 | 0.32 |
HSL | 46.29º | 0.18% | 0.61% | - |
HSV(B) | 46.29º | 0.2% | 0.68% | - |
XYZ | 35.28 | 37.63 | 29.45 | - |
YUV | 164.31 | 113.15 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 165 | 138 | 0 | 0.05 | 0.20 | 0.32 | 46.29 | 0.18 | 0.61 |
Hex | AD | A5 | 8A | 0 | 5 | 14 | 20 | 2E | 12 | 3D |
Octal | 255 | 245 | 212 | 0 | 5 | 24 | 40 | 56 | 22 | 75 |
Binary | 10101101 | 10100101 | 10001010 | 0 | 101 | 10100 | 100000 | 101110 | 10010 | 111101 |
Color Harmonies of #ADA58A
Complementary color
Monochromatic Colors of #ADA58A
Black with #ADA58A
Text Example
Text Example
White with #ADA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA58A; }
p { color: rgb(173,165,138); }
H1.HeaderClassName
{
color: #ADA58A;
}
.AnyTagClassName
{
color: #ADA58A;
}
</style>
background-color css
<style>
a { background-color: #ADA58A; }
a { background-color: rgb(173,165,138); }
div.DivClassName
{
background-color: #ADA58A;
}
.BgClassName
{
background-color: #ADA58A;
}
</style>
border-color css
<style>
span { border-color: #ADA58A; }
span { border-color: rgb(173,165,138); }
td.TdClassName
{
border-color: #ADA58A;
}
.TagClassName
{
border-color: #ADA58A;
}
</style>