Shades of Green Smoke #A8AE63
Tints of Green Smoke #A8AE63
RGB
CMYK
RGB Variations
Color information
#A8AE63 (or 0xA8AE63) is known color: Green Smoke. HEX triplet: A8, AE and 63. RGB value is (168,174,99). Sum of RGB (Red+Green+Blue) = 168+174+99=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE63 is #57519C. Grayscale: #A3A3A3. Windows color (decimal): -5722525 or 6532776. OLE color: 6532776.
HSL color Cylindrical-coordinate representation of color #A8AE63: hue angle of 64.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8AE63 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 99 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.32 |
| HSL | 64.8º | 0.32% | 0.54% | - |
| HSV(B) | 64.8º | 0.43% | 0.68% | - |
| XYZ | 33.54 | 39.5 | 17.66 | - |
| YUV | 163.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 99 | 0.03 | 0 | 0.43 | 0.32 | 64.8 | 0.32 | 0.54 |
| Hex | A8 | AE | 63 | 3 | 0 | 2B | 20 | 41 | 20 | 36 |
| Octal | 250 | 256 | 143 | 3 | 0 | 53 | 40 | 101 | 40 | 66 |
| Binary | 10101000 | 10101110 | 1100011 | 11 | 0 | 101011 | 100000 | 1000001 | 100000 | 110110 |
Color Harmonies of #A8AE63
Complementary color
Monochromatic Colors of #A8AE63
Black with #A8AE63
Text Example
Text Example
White with #A8AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE63; }
p { color: rgb(168,174,99); }
H1.HeaderClassName
{
color: #A8AE63;
}
.AnyTagClassName
{
color: #A8AE63;
}
</style>
background-color css
<style>
a { background-color: #A8AE63; }
a { background-color: rgb(168,174,99); }
div.DivClassName
{
background-color: #A8AE63;
}
.BgClassName
{
background-color: #A8AE63;
}
</style>
border-color css
<style>
span { border-color: #A8AE63; }
span { border-color: rgb(168,174,99); }
td.TdClassName
{
border-color: #A8AE63;
}
.TagClassName
{
border-color: #A8AE63;
}
</style>