Shades of Green Smoke #A8AE60
Tints of Green Smoke #A8AE60
RGB
CMYK
RGB Variations
Color information
#A8AE60 (or 0xA8AE60) is known color: Green Smoke. HEX triplet: A8, AE and 60. RGB value is (168,174,96). Sum of RGB (Red+Green+Blue) = 168+174+96=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE60 is #57519F. Grayscale: #A3A3A3. Windows color (decimal): -5722528 or 6336168. OLE color: 6336168.
HSL color Cylindrical-coordinate representation of color #A8AE60: hue angle of 64.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8AE60 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 96 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.32 |
| HSL | 64.62º | 0.33% | 0.53% | - |
| HSV(B) | 64.62º | 0.45% | 0.68% | - |
| XYZ | 33.4 | 39.44 | 16.92 | - |
| YUV | 163.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 96 | 0.03 | 0 | 0.45 | 0.32 | 64.62 | 0.33 | 0.53 |
| Hex | A8 | AE | 60 | 3 | 0 | 2D | 20 | 41 | 20 | 35 |
| Octal | 250 | 256 | 140 | 3 | 0 | 55 | 40 | 101 | 40 | 65 |
| Binary | 10101000 | 10101110 | 1100000 | 11 | 0 | 101101 | 100000 | 1000001 | 100000 | 110101 |
Color Harmonies of #A8AE60
Complementary color
Monochromatic Colors of #A8AE60
Black with #A8AE60
Text Example
Text Example
White with #A8AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE60; }
p { color: rgb(168,174,96); }
H1.HeaderClassName
{
color: #A8AE60;
}
.AnyTagClassName
{
color: #A8AE60;
}
</style>
background-color css
<style>
a { background-color: #A8AE60; }
a { background-color: rgb(168,174,96); }
div.DivClassName
{
background-color: #A8AE60;
}
.BgClassName
{
background-color: #A8AE60;
}
</style>
border-color css
<style>
span { border-color: #A8AE60; }
span { border-color: rgb(168,174,96); }
td.TdClassName
{
border-color: #A8AE60;
}
.TagClassName
{
border-color: #A8AE60;
}
</style>