Shades of Green Smoke #A3B26C
Tints of Green Smoke #A3B26C
RGB
CMYK
RGB Variations
Color information
#A3B26C (or 0xA3B26C) is known color: Green Smoke. HEX triplet: A3, B2 and 6C. RGB value is (163,178,108). Sum of RGB (Red+Green+Blue) = 163+178+108=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B26C is #5C4D93. Grayscale: #A5A5A5. Windows color (decimal): -6049172 or 7123619. OLE color: 7123619.
HSL color Cylindrical-coordinate representation of color #A3B26C: hue angle of 72.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3B26C is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 108 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.30 |
| HSL | 72.86º | 0.31% | 0.56% | - |
| HSV(B) | 72.86º | 0.39% | 0.7% | - |
| XYZ | 33.73 | 40.71 | 20.27 | - |
| YUV | 165.54 | 95.53 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 108 | 0.08 | 0 | 0.39 | 0.30 | 72.86 | 0.31 | 0.56 |
| Hex | A3 | B2 | 6C | 8 | 0 | 27 | 1E | 49 | 1F | 38 |
| Octal | 243 | 262 | 154 | 10 | 0 | 47 | 36 | 111 | 37 | 70 |
| Binary | 10100011 | 10110010 | 1101100 | 1000 | 0 | 100111 | 11110 | 1001001 | 11111 | 111000 |
Color Harmonies of #A3B26C
Complementary color
Monochromatic Colors of #A3B26C
Black with #A3B26C
Text Example
Text Example
White with #A3B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B26C; }
p { color: rgb(163,178,108); }
H1.HeaderClassName
{
color: #A3B26C;
}
.AnyTagClassName
{
color: #A3B26C;
}
</style>
background-color css
<style>
a { background-color: #A3B26C; }
a { background-color: rgb(163,178,108); }
div.DivClassName
{
background-color: #A3B26C;
}
.BgClassName
{
background-color: #A3B26C;
}
</style>
border-color css
<style>
span { border-color: #A3B26C; }
span { border-color: rgb(163,178,108); }
td.TdClassName
{
border-color: #A3B26C;
}
.TagClassName
{
border-color: #A3B26C;
}
</style>