Shades of Green Smoke #A1AB5A
Tints of Green Smoke #A1AB5A
RGB
CMYK
RGB Variations
Color information
#A1AB5A (or 0xA1AB5A) is known color: Green Smoke. HEX triplet: A1, AB and 5A. RGB value is (161,171,90). Sum of RGB (Red+Green+Blue) = 161+171+90=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB5A is #5E54A5. Grayscale: #9F9F9F. Windows color (decimal): -6182054 or 5942177. OLE color: 5942177.
HSL color Cylindrical-coordinate representation of color #A1AB5A: hue angle of 67.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1AB5A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 90 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.33 |
| HSL | 67.41º | 0.33% | 0.51% | - |
| HSV(B) | 67.41º | 0.47% | 0.67% | - |
| XYZ | 31.11 | 37.44 | 15.26 | - |
| YUV | 158.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 90 | 0.06 | 0 | 0.47 | 0.33 | 67.41 | 0.33 | 0.51 |
| Hex | A1 | AB | 5A | 6 | 0 | 2F | 21 | 43 | 21 | 33 |
| Octal | 241 | 253 | 132 | 6 | 0 | 57 | 41 | 103 | 41 | 63 |
| Binary | 10100001 | 10101011 | 1011010 | 110 | 0 | 101111 | 100001 | 1000011 | 100001 | 110011 |
Color Harmonies of #A1AB5A
Complementary color
Monochromatic Colors of #A1AB5A
Black with #A1AB5A
Text Example
Text Example
White with #A1AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB5A; }
p { color: rgb(161,171,90); }
H1.HeaderClassName
{
color: #A1AB5A;
}
.AnyTagClassName
{
color: #A1AB5A;
}
</style>
background-color css
<style>
a { background-color: #A1AB5A; }
a { background-color: rgb(161,171,90); }
div.DivClassName
{
background-color: #A1AB5A;
}
.BgClassName
{
background-color: #A1AB5A;
}
</style>
border-color css
<style>
span { border-color: #A1AB5A; }
span { border-color: rgb(161,171,90); }
td.TdClassName
{
border-color: #A1AB5A;
}
.TagClassName
{
border-color: #A1AB5A;
}
</style>