Shades of Green Smoke #A5AB5C
Tints of Green Smoke #A5AB5C
RGB
CMYK
RGB Variations
Color information
#A5AB5C (or 0xA5AB5C) is known color: Green Smoke. HEX triplet: A5, AB and 5C. RGB value is (165,171,92). Sum of RGB (Red+Green+Blue) = 165+171+92=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB5C is #5A54A3. Grayscale: #A0A0A0. Windows color (decimal): -5919908 or 6073253. OLE color: 6073253.
HSL color Cylindrical-coordinate representation of color #A5AB5C: hue angle of 64.56º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5AB5C is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 92 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.33 |
| HSL | 64.56º | 0.32% | 0.52% | - |
| HSV(B) | 64.56º | 0.46% | 0.67% | - |
| XYZ | 32.01 | 37.9 | 15.75 | - |
| YUV | 160.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 92 | 0.04 | 0 | 0.46 | 0.33 | 64.56 | 0.32 | 0.52 |
| Hex | A5 | AB | 5C | 4 | 0 | 2E | 21 | 41 | 20 | 34 |
| Octal | 245 | 253 | 134 | 4 | 0 | 56 | 41 | 101 | 40 | 64 |
| Binary | 10100101 | 10101011 | 1011100 | 100 | 0 | 101110 | 100001 | 1000001 | 100000 | 110100 |
Color Harmonies of #A5AB5C
Complementary color
Monochromatic Colors of #A5AB5C
Black with #A5AB5C
Text Example
Text Example
White with #A5AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB5C; }
p { color: rgb(165,171,92); }
H1.HeaderClassName
{
color: #A5AB5C;
}
.AnyTagClassName
{
color: #A5AB5C;
}
</style>
background-color css
<style>
a { background-color: #A5AB5C; }
a { background-color: rgb(165,171,92); }
div.DivClassName
{
background-color: #A5AB5C;
}
.BgClassName
{
background-color: #A5AB5C;
}
</style>
border-color css
<style>
span { border-color: #A5AB5C; }
span { border-color: rgb(165,171,92); }
td.TdClassName
{
border-color: #A5AB5C;
}
.TagClassName
{
border-color: #A5AB5C;
}
</style>