Shades of Green Spring #A5A99D
Tints of Green Spring #A5A99D
RGB
CMYK
RGB Variations
Color information
#A5A99D (or 0xA5A99D) is known color: Green Spring. HEX triplet: A5, A9 and 9D. RGB value is (165,169,157). Sum of RGB (Red+Green+Blue) = 165+169+157=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A99D is #5A5662. Grayscale: #A6A6A6. Windows color (decimal): -5920355 or 10332581. OLE color: 10332581.
HSL color Cylindrical-coordinate representation of color #A5A99D: hue angle of 80º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A5A99D is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 157 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.34 |
| HSL | 80º | 0.07% | 0.64% | - |
| HSV(B) | 80º | 0.07% | 0.66% | - |
| XYZ | 35.79 | 38.81 | 37.5 | - |
| YUV | 166.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 157 | 0.02 | 0 | 0.07 | 0.34 | 80 | 0.07 | 0.64 |
| Hex | A5 | A9 | 9D | 2 | 0 | 7 | 22 | 50 | 7 | 40 |
| Octal | 245 | 251 | 235 | 2 | 0 | 7 | 42 | 120 | 7 | 100 |
| Binary | 10100101 | 10101001 | 10011101 | 10 | 0 | 111 | 100010 | 1010000 | 111 | 1000000 |
Color Harmonies of #A5A99D
Complementary color
Monochromatic Colors of #A5A99D
Black with #A5A99D
Text Example
Text Example
White with #A5A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A99D; }
p { color: rgb(165,169,157); }
H1.HeaderClassName
{
color: #A5A99D;
}
.AnyTagClassName
{
color: #A5A99D;
}
</style>
background-color css
<style>
a { background-color: #A5A99D; }
a { background-color: rgb(165,169,157); }
div.DivClassName
{
background-color: #A5A99D;
}
.BgClassName
{
background-color: #A5A99D;
}
</style>
border-color css
<style>
span { border-color: #A5A99D; }
span { border-color: rgb(165,169,157); }
td.TdClassName
{
border-color: #A5A99D;
}
.TagClassName
{
border-color: #A5A99D;
}
</style>