Shades of Green Smoke #A8B869
Tints of Green Smoke #A8B869
RGB
CMYK
RGB Variations
Color information
#A8B869 (or 0xA8B869) is known color: Green Smoke. HEX triplet: A8, B8 and 69. RGB value is (168,184,105). Sum of RGB (Red+Green+Blue) = 168+184+105=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B869 is #574796. Grayscale: #AAAAAA. Windows color (decimal): -5719959 or 6928552. OLE color: 6928552.
HSL color Cylindrical-coordinate representation of color #A8B869: hue angle of 72.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B869 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 105 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.28 |
| HSL | 72.15º | 0.36% | 0.57% | - |
| HSV(B) | 72.15º | 0.43% | 0.72% | - |
| XYZ | 35.84 | 43.63 | 19.9 | - |
| YUV | 170.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 105 | 0.09 | 0 | 0.43 | 0.28 | 72.15 | 0.36 | 0.57 |
| Hex | A8 | B8 | 69 | 9 | 0 | 2B | 1C | 48 | 24 | 39 |
| Octal | 250 | 270 | 151 | 11 | 0 | 53 | 34 | 110 | 44 | 71 |
| Binary | 10101000 | 10111000 | 1101001 | 1001 | 0 | 101011 | 11100 | 1001000 | 100100 | 111001 |
Color Harmonies of #A8B869
Complementary color
Monochromatic Colors of #A8B869
Black with #A8B869
Text Example
Text Example
White with #A8B869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B869; }
p { color: rgb(168,184,105); }
H1.HeaderClassName
{
color: #A8B869;
}
.AnyTagClassName
{
color: #A8B869;
}
</style>
background-color css
<style>
a { background-color: #A8B869; }
a { background-color: rgb(168,184,105); }
div.DivClassName
{
background-color: #A8B869;
}
.BgClassName
{
background-color: #A8B869;
}
</style>
border-color css
<style>
span { border-color: #A8B869; }
span { border-color: rgb(168,184,105); }
td.TdClassName
{
border-color: #A8B869;
}
.TagClassName
{
border-color: #A8B869;
}
</style>