Shades of Green Smoke #A3B267
Tints of Green Smoke #A3B267
RGB
CMYK
RGB Variations
Color information
#A3B267 (or 0xA3B267) is known color: Green Smoke. HEX triplet: A3, B2 and 67. RGB value is (163,178,103). Sum of RGB (Red+Green+Blue) = 163+178+103=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B267 is #5C4D98. Grayscale: #A5A5A5. Windows color (decimal): -6049177 or 6795939. OLE color: 6795939.
HSL color Cylindrical-coordinate representation of color #A3B267: hue angle of 72º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3B267 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 103 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.30 |
| HSL | 72º | 0.33% | 0.55% | - |
| HSV(B) | 72º | 0.42% | 0.7% | - |
| XYZ | 33.47 | 40.61 | 18.91 | - |
| YUV | 164.97 | 93.03 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 103 | 0.08 | 0 | 0.42 | 0.30 | 72 | 0.33 | 0.55 |
| Hex | A3 | B2 | 67 | 8 | 0 | 2A | 1E | 48 | 21 | 37 |
| Octal | 243 | 262 | 147 | 10 | 0 | 52 | 36 | 110 | 41 | 67 |
| Binary | 10100011 | 10110010 | 1100111 | 1000 | 0 | 101010 | 11110 | 1001000 | 100001 | 110111 |
Color Harmonies of #A3B267
Complementary color
Monochromatic Colors of #A3B267
Black with #A3B267
Text Example
Text Example
White with #A3B267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B267; }
p { color: rgb(163,178,103); }
H1.HeaderClassName
{
color: #A3B267;
}
.AnyTagClassName
{
color: #A3B267;
}
</style>
background-color css
<style>
a { background-color: #A3B267; }
a { background-color: rgb(163,178,103); }
div.DivClassName
{
background-color: #A3B267;
}
.BgClassName
{
background-color: #A3B267;
}
</style>
border-color css
<style>
span { border-color: #A3B267; }
span { border-color: rgb(163,178,103); }
td.TdClassName
{
border-color: #A3B267;
}
.TagClassName
{
border-color: #A3B267;
}
</style>