Shades of Green Smoke #A8A669
Tints of Green Smoke #A8A669
RGB
CMYK
RGB Variations
Color information
#A8A669 (or 0xA8A669) is known color: Green Smoke. HEX triplet: A8, A6 and 69. RGB value is (168,166,105). Sum of RGB (Red+Green+Blue) = 168+166+105=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A669 is #575996. Grayscale: #9F9F9F. Windows color (decimal): -5724567 or 6923944. OLE color: 6923944.
HSL color Cylindrical-coordinate representation of color #A8A669: hue angle of 58.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8A669 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 105 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.34 |
| HSL | 58.1º | 0.27% | 0.54% | - |
| HSV(B) | 58.1º | 0.38% | 0.66% | - |
| XYZ | 32.33 | 36.62 | 18.73 | - |
| YUV | 159.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 105 | 0 | 0.01 | 0.38 | 0.34 | 58.1 | 0.27 | 0.54 |
| Hex | A8 | A6 | 69 | 0 | 1 | 26 | 22 | 3A | 1B | 36 |
| Octal | 250 | 246 | 151 | 0 | 1 | 46 | 42 | 72 | 33 | 66 |
| Binary | 10101000 | 10100110 | 1101001 | 0 | 1 | 100110 | 100010 | 111010 | 11011 | 110110 |
Color Harmonies of #A8A669
Complementary color
Monochromatic Colors of #A8A669
Black with #A8A669
Text Example
Text Example
White with #A8A669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A669; }
p { color: rgb(168,166,105); }
H1.HeaderClassName
{
color: #A8A669;
}
.AnyTagClassName
{
color: #A8A669;
}
</style>
background-color css
<style>
a { background-color: #A8A669; }
a { background-color: rgb(168,166,105); }
div.DivClassName
{
background-color: #A8A669;
}
.BgClassName
{
background-color: #A8A669;
}
</style>
border-color css
<style>
span { border-color: #A8A669; }
span { border-color: rgb(168,166,105); }
td.TdClassName
{
border-color: #A8A669;
}
.TagClassName
{
border-color: #A8A669;
}
</style>