Shades of Green Smoke #A3B067
Tints of Green Smoke #A3B067
RGB
CMYK
RGB Variations
Color information
#A3B067 (or 0xA3B067) is known color: Green Smoke. HEX triplet: A3, B0 and 67. RGB value is (163,176,103). Sum of RGB (Red+Green+Blue) = 163+176+103=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B067 is #5C4F98. Grayscale: #A4A4A4. Windows color (decimal): -6049689 or 6795427. OLE color: 6795427.
HSL color Cylindrical-coordinate representation of color #A3B067: hue angle of 70.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3B067 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 103 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.31 |
| HSL | 70.68º | 0.32% | 0.55% | - |
| HSV(B) | 70.68º | 0.41% | 0.69% | - |
| XYZ | 33.08 | 39.82 | 18.77 | - |
| YUV | 163.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 103 | 0.07 | 0 | 0.41 | 0.31 | 70.68 | 0.32 | 0.55 |
| Hex | A3 | B0 | 67 | 7 | 0 | 29 | 1F | 47 | 20 | 37 |
| Octal | 243 | 260 | 147 | 7 | 0 | 51 | 37 | 107 | 40 | 67 |
| Binary | 10100011 | 10110000 | 1100111 | 111 | 0 | 101001 | 11111 | 1000111 | 100000 | 110111 |
Color Harmonies of #A3B067
Complementary color
Monochromatic Colors of #A3B067
Black with #A3B067
Text Example
Text Example
White with #A3B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B067; }
p { color: rgb(163,176,103); }
H1.HeaderClassName
{
color: #A3B067;
}
.AnyTagClassName
{
color: #A3B067;
}
</style>
background-color css
<style>
a { background-color: #A3B067; }
a { background-color: rgb(163,176,103); }
div.DivClassName
{
background-color: #A3B067;
}
.BgClassName
{
background-color: #A3B067;
}
</style>
border-color css
<style>
span { border-color: #A3B067; }
span { border-color: rgb(163,176,103); }
td.TdClassName
{
border-color: #A3B067;
}
.TagClassName
{
border-color: #A3B067;
}
</style>