Shades of Green Smoke #A8B069
Tints of Green Smoke #A8B069
RGB
CMYK
RGB Variations
Color information
#A8B069 (or 0xA8B069) is known color: Green Smoke. HEX triplet: A8, B0 and 69. RGB value is (168,176,105). Sum of RGB (Red+Green+Blue) = 168+176+105=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B069 is #574F96. Grayscale: #A5A5A5. Windows color (decimal): -5722007 or 6926504. OLE color: 6926504.
HSL color Cylindrical-coordinate representation of color #A8B069: hue angle of 66.76º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8B069 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 105 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.31 |
| HSL | 66.76º | 0.31% | 0.55% | - |
| HSV(B) | 66.76º | 0.4% | 0.69% | - |
| XYZ | 34.22 | 40.4 | 19.36 | - |
| YUV | 165.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 105 | 0.05 | 0 | 0.40 | 0.31 | 66.76 | 0.31 | 0.55 |
| Hex | A8 | B0 | 69 | 5 | 0 | 28 | 1F | 43 | 1F | 37 |
| Octal | 250 | 260 | 151 | 5 | 0 | 50 | 37 | 103 | 37 | 67 |
| Binary | 10101000 | 10110000 | 1101001 | 101 | 0 | 101000 | 11111 | 1000011 | 11111 | 110111 |
Color Harmonies of #A8B069
Complementary color
Monochromatic Colors of #A8B069
Black with #A8B069
Text Example
Text Example
White with #A8B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B069; }
p { color: rgb(168,176,105); }
H1.HeaderClassName
{
color: #A8B069;
}
.AnyTagClassName
{
color: #A8B069;
}
</style>
background-color css
<style>
a { background-color: #A8B069; }
a { background-color: rgb(168,176,105); }
div.DivClassName
{
background-color: #A8B069;
}
.BgClassName
{
background-color: #A8B069;
}
</style>
border-color css
<style>
span { border-color: #A8B069; }
span { border-color: rgb(168,176,105); }
td.TdClassName
{
border-color: #A8B069;
}
.TagClassName
{
border-color: #A8B069;
}
</style>