Shades of Green Smoke #A3AB6B
Tints of Green Smoke #A3AB6B
RGB
CMYK
RGB Variations
Color information
#A3AB6B (or 0xA3AB6B) is known color: Green Smoke. HEX triplet: A3, AB and 6B. RGB value is (163,171,107). Sum of RGB (Red+Green+Blue) = 163+171+107=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB6B is #5C5494. Grayscale: #A1A1A1. Windows color (decimal): -6050965 or 7056291. OLE color: 7056291.
HSL color Cylindrical-coordinate representation of color #A3AB6B: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3AB6B is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 107 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.33 |
| HSL | 67.5º | 0.28% | 0.55% | - |
| HSV(B) | 67.5º | 0.37% | 0.67% | - |
| XYZ | 32.32 | 37.97 | 19.54 | - |
| YUV | 161.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 107 | 0.05 | 0 | 0.37 | 0.33 | 67.5 | 0.28 | 0.55 |
| Hex | A3 | AB | 6B | 5 | 0 | 25 | 21 | 44 | 1C | 37 |
| Octal | 243 | 253 | 153 | 5 | 0 | 45 | 41 | 104 | 34 | 67 |
| Binary | 10100011 | 10101011 | 1101011 | 101 | 0 | 100101 | 100001 | 1000100 | 11100 | 110111 |
Color Harmonies of #A3AB6B
Complementary color
Monochromatic Colors of #A3AB6B
Black with #A3AB6B
Text Example
Text Example
White with #A3AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB6B; }
p { color: rgb(163,171,107); }
H1.HeaderClassName
{
color: #A3AB6B;
}
.AnyTagClassName
{
color: #A3AB6B;
}
</style>
background-color css
<style>
a { background-color: #A3AB6B; }
a { background-color: rgb(163,171,107); }
div.DivClassName
{
background-color: #A3AB6B;
}
.BgClassName
{
background-color: #A3AB6B;
}
</style>
border-color css
<style>
span { border-color: #A3AB6B; }
span { border-color: rgb(163,171,107); }
td.TdClassName
{
border-color: #A3AB6B;
}
.TagClassName
{
border-color: #A3AB6B;
}
</style>