Shades of Green Smoke #A8B569
Tints of Green Smoke #A8B569
RGB
CMYK
RGB Variations
Color information
#A8B569 (or 0xA8B569) is known color: Green Smoke. HEX triplet: A8, B5 and 69. RGB value is (168,181,105). Sum of RGB (Red+Green+Blue) = 168+181+105=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B569 is #574A96. Grayscale: #A8A8A8. Windows color (decimal): -5720727 or 6927784. OLE color: 6927784.
HSL color Cylindrical-coordinate representation of color #A8B569: hue angle of 70.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8B569 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 105 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.29 |
| HSL | 70.26º | 0.34% | 0.56% | - |
| HSV(B) | 70.26º | 0.42% | 0.71% | - |
| XYZ | 35.22 | 42.39 | 19.69 | - |
| YUV | 168.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 105 | 0.07 | 0 | 0.42 | 0.29 | 70.26 | 0.34 | 0.56 |
| Hex | A8 | B5 | 69 | 7 | 0 | 2A | 1D | 46 | 22 | 38 |
| Octal | 250 | 265 | 151 | 7 | 0 | 52 | 35 | 106 | 42 | 70 |
| Binary | 10101000 | 10110101 | 1101001 | 111 | 0 | 101010 | 11101 | 1000110 | 100010 | 111000 |
Color Harmonies of #A8B569
Complementary color
Monochromatic Colors of #A8B569
Black with #A8B569
Text Example
Text Example
White with #A8B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B569; }
p { color: rgb(168,181,105); }
H1.HeaderClassName
{
color: #A8B569;
}
.AnyTagClassName
{
color: #A8B569;
}
</style>
background-color css
<style>
a { background-color: #A8B569; }
a { background-color: rgb(168,181,105); }
div.DivClassName
{
background-color: #A8B569;
}
.BgClassName
{
background-color: #A8B569;
}
</style>
border-color css
<style>
span { border-color: #A8B569; }
span { border-color: rgb(168,181,105); }
td.TdClassName
{
border-color: #A8B569;
}
.TagClassName
{
border-color: #A8B569;
}
</style>