Shades of Green Smoke #A3AF55
Tints of Green Smoke #A3AF55
RGB
CMYK
RGB Variations
Color information
#A3AF55 (or 0xA3AF55) is known color: Green Smoke. HEX triplet: A3, AF and 55. RGB value is (163,175,85). Sum of RGB (Red+Green+Blue) = 163+175+85=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF55 is #5C50AA. Grayscale: #A1A1A1. Windows color (decimal): -6049963 or 5615523. OLE color: 5615523.
HSL color Cylindrical-coordinate representation of color #A3AF55: hue angle of 68º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3AF55 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 85 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.31 |
| HSL | 68º | 0.36% | 0.51% | - |
| HSV(B) | 68º | 0.51% | 0.69% | - |
| XYZ | 32.07 | 39.1 | 14.45 | - |
| YUV | 161.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 85 | 0.07 | 0 | 0.51 | 0.31 | 68 | 0.36 | 0.51 |
| Hex | A3 | AF | 55 | 7 | 0 | 33 | 1F | 44 | 24 | 33 |
| Octal | 243 | 257 | 125 | 7 | 0 | 63 | 37 | 104 | 44 | 63 |
| Binary | 10100011 | 10101111 | 1010101 | 111 | 0 | 110011 | 11111 | 1000100 | 100100 | 110011 |
Color Harmonies of #A3AF55
Complementary color
Monochromatic Colors of #A3AF55
Black with #A3AF55
Text Example
Text Example
White with #A3AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF55; }
p { color: rgb(163,175,85); }
H1.HeaderClassName
{
color: #A3AF55;
}
.AnyTagClassName
{
color: #A3AF55;
}
</style>
background-color css
<style>
a { background-color: #A3AF55; }
a { background-color: rgb(163,175,85); }
div.DivClassName
{
background-color: #A3AF55;
}
.BgClassName
{
background-color: #A3AF55;
}
</style>
border-color css
<style>
span { border-color: #A3AF55; }
span { border-color: rgb(163,175,85); }
td.TdClassName
{
border-color: #A3AF55;
}
.TagClassName
{
border-color: #A3AF55;
}
</style>