Shades of Green Smoke #A3A452
Tints of Green Smoke #A3A452
RGB
CMYK
RGB Variations
Color information
#A3A452 (or 0xA3A452) is known color: Green Smoke. HEX triplet: A3, A4 and 52. RGB value is (163,164,82). Sum of RGB (Red+Green+Blue) = 163+164+82=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A452 is #5C5BAD. Grayscale: #9A9A9A. Windows color (decimal): -6052782 or 5416099. OLE color: 5416099.
HSL color Cylindrical-coordinate representation of color #A3A452: hue angle of 60.73º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3A452 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 82 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.36 |
| HSL | 60.73º | 0.33% | 0.48% | - |
| HSV(B) | 60.73º | 0.5% | 0.64% | - |
| XYZ | 29.9 | 34.95 | 13.15 | - |
| YUV | 154.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 82 | 0.01 | 0 | 0.5 | 0.36 | 60.73 | 0.33 | 0.48 |
| Hex | A3 | A4 | 52 | 1 | 0 | 32 | 24 | 3D | 21 | 30 |
| Octal | 243 | 244 | 122 | 1 | 0 | 62 | 44 | 75 | 41 | 60 |
| Binary | 10100011 | 10100100 | 1010010 | 1 | 0 | 110010 | 100100 | 111101 | 100001 | 110000 |
Color Harmonies of #A3A452
Complementary color
Monochromatic Colors of #A3A452
Black with #A3A452
Text Example
Text Example
White with #A3A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A452; }
p { color: rgb(163,164,82); }
H1.HeaderClassName
{
color: #A3A452;
}
.AnyTagClassName
{
color: #A3A452;
}
</style>
background-color css
<style>
a { background-color: #A3A452; }
a { background-color: rgb(163,164,82); }
div.DivClassName
{
background-color: #A3A452;
}
.BgClassName
{
background-color: #A3A452;
}
</style>
border-color css
<style>
span { border-color: #A3A452; }
span { border-color: rgb(163,164,82); }
td.TdClassName
{
border-color: #A3A452;
}
.TagClassName
{
border-color: #A3A452;
}
</style>