Shades of Green Smoke #A5AA56
Tints of Green Smoke #A5AA56
RGB
CMYK
RGB Variations
Color information
#A5AA56 (or 0xA5AA56) is known color: Green Smoke. HEX triplet: A5, AA and 56. RGB value is (165,170,86). Sum of RGB (Red+Green+Blue) = 165+170+86=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA56 is #5A55A9. Grayscale: #9F9F9F. Windows color (decimal): -5920170 or 5679781. OLE color: 5679781.
HSL color Cylindrical-coordinate representation of color #A5AA56: hue angle of 63.57º 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 #A5AA56 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 86 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.33 |
| HSL | 63.57º | 0.33% | 0.5% | - |
| HSV(B) | 63.57º | 0.49% | 0.67% | - |
| XYZ | 31.57 | 37.42 | 14.36 | - |
| YUV | 158.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 86 | 0.03 | 0 | 0.49 | 0.33 | 63.57 | 0.33 | 0.5 |
| Hex | A5 | AA | 56 | 3 | 0 | 31 | 21 | 40 | 21 | 32 |
| Octal | 245 | 252 | 126 | 3 | 0 | 61 | 41 | 100 | 41 | 62 |
| Binary | 10100101 | 10101010 | 1010110 | 11 | 0 | 110001 | 100001 | 1000000 | 100001 | 110010 |
Color Harmonies of #A5AA56
Complementary color
Monochromatic Colors of #A5AA56
Black with #A5AA56
Text Example
Text Example
White with #A5AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA56; }
p { color: rgb(165,170,86); }
H1.HeaderClassName
{
color: #A5AA56;
}
.AnyTagClassName
{
color: #A5AA56;
}
</style>
background-color css
<style>
a { background-color: #A5AA56; }
a { background-color: rgb(165,170,86); }
div.DivClassName
{
background-color: #A5AA56;
}
.BgClassName
{
background-color: #A5AA56;
}
</style>
border-color css
<style>
span { border-color: #A5AA56; }
span { border-color: rgb(165,170,86); }
td.TdClassName
{
border-color: #A5AA56;
}
.TagClassName
{
border-color: #A5AA56;
}
</style>