Shades of Green Smoke #A2A463
Tints of Green Smoke #A2A463
RGB
CMYK
RGB Variations
Color information
#A2A463 (or 0xA2A463) is known color: Green Smoke. HEX triplet: A2, A4 and 63. RGB value is (162,164,99). Sum of RGB (Red+Green+Blue) = 162+164+99=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A463 is #5D5B9C. Grayscale: #9C9C9C. Windows color (decimal): -6118301 or 6530210. OLE color: 6530210.
HSL color Cylindrical-coordinate representation of color #A2A463: hue angle of 61.85º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2A463 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 164 | 99 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.36 |
| HSL | 61.85º | 0.26% | 0.52% | - |
| HSV(B) | 61.85º | 0.4% | 0.64% | - |
| XYZ | 30.43 | 35.13 | 16.98 | - |
| YUV | 155.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 99 | 0.01 | 0 | 0.40 | 0.36 | 61.85 | 0.26 | 0.52 |
| Hex | A2 | A4 | 63 | 1 | 0 | 28 | 24 | 3E | 1A | 34 |
| Octal | 242 | 244 | 143 | 1 | 0 | 50 | 44 | 76 | 32 | 64 |
| Binary | 10100010 | 10100100 | 1100011 | 1 | 0 | 101000 | 100100 | 111110 | 11010 | 110100 |
Color Harmonies of #A2A463
Complementary color
Monochromatic Colors of #A2A463
Black with #A2A463
Text Example
Text Example
White with #A2A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A463; }
p { color: rgb(162,164,99); }
H1.HeaderClassName
{
color: #A2A463;
}
.AnyTagClassName
{
color: #A2A463;
}
</style>
background-color css
<style>
a { background-color: #A2A463; }
a { background-color: rgb(162,164,99); }
div.DivClassName
{
background-color: #A2A463;
}
.BgClassName
{
background-color: #A2A463;
}
</style>
border-color css
<style>
span { border-color: #A2A463; }
span { border-color: rgb(162,164,99); }
td.TdClassName
{
border-color: #A2A463;
}
.TagClassName
{
border-color: #A2A463;
}
</style>