Shades of Green Smoke #A5AA57
Tints of Green Smoke #A5AA57
RGB
CMYK
RGB Variations
Color information
#A5AA57 (or 0xA5AA57) is known color: Green Smoke. HEX triplet: A5, AA and 57. RGB value is (165,170,87). Sum of RGB (Red+Green+Blue) = 165+170+87=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA57 is #5A55A8. Grayscale: #9F9F9F. Windows color (decimal): -5920169 or 5745317. OLE color: 5745317.
HSL color Cylindrical-coordinate representation of color #A5AA57: hue angle of 63.61º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5AA57 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 87 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.33 |
| HSL | 63.61º | 0.33% | 0.5% | - |
| HSV(B) | 63.61º | 0.49% | 0.67% | - |
| XYZ | 31.61 | 37.44 | 14.58 | - |
| YUV | 159.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 87 | 0.03 | 0 | 0.49 | 0.33 | 63.61 | 0.33 | 0.5 |
| Hex | A5 | AA | 57 | 3 | 0 | 31 | 21 | 40 | 21 | 32 |
| Octal | 245 | 252 | 127 | 3 | 0 | 61 | 41 | 100 | 41 | 62 |
| Binary | 10100101 | 10101010 | 1010111 | 11 | 0 | 110001 | 100001 | 1000000 | 100001 | 110010 |
Color Harmonies of #A5AA57
Complementary color
Monochromatic Colors of #A5AA57
Black with #A5AA57
Text Example
Text Example
White with #A5AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA57; }
p { color: rgb(165,170,87); }
H1.HeaderClassName
{
color: #A5AA57;
}
.AnyTagClassName
{
color: #A5AA57;
}
</style>
background-color css
<style>
a { background-color: #A5AA57; }
a { background-color: rgb(165,170,87); }
div.DivClassName
{
background-color: #A5AA57;
}
.BgClassName
{
background-color: #A5AA57;
}
</style>
border-color css
<style>
span { border-color: #A5AA57; }
span { border-color: rgb(165,170,87); }
td.TdClassName
{
border-color: #A5AA57;
}
.TagClassName
{
border-color: #A5AA57;
}
</style>