Shades of Green Smoke #A8AE70
Tints of Green Smoke #A8AE70
RGB
CMYK
RGB Variations
Color information
#A8AE70 (or 0xA8AE70) is known color: Green Smoke. HEX triplet: A8, AE and 70. RGB value is (168,174,112). Sum of RGB (Red+Green+Blue) = 168+174+112=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE70 is #57518F. Grayscale: #A5A5A5. Windows color (decimal): -5722512 or 7384744. OLE color: 7384744.
HSL color Cylindrical-coordinate representation of color #A8AE70: hue angle of 65.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8AE70 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 112 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.32 |
| HSL | 65.81º | 0.28% | 0.56% | - |
| HSV(B) | 65.81º | 0.36% | 0.68% | - |
| XYZ | 34.21 | 39.77 | 21.2 | - |
| YUV | 165.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 112 | 0.03 | 0 | 0.36 | 0.32 | 65.81 | 0.28 | 0.56 |
| Hex | A8 | AE | 70 | 3 | 0 | 24 | 20 | 42 | 1C | 38 |
| Octal | 250 | 256 | 160 | 3 | 0 | 44 | 40 | 102 | 34 | 70 |
| Binary | 10101000 | 10101110 | 1110000 | 11 | 0 | 100100 | 100000 | 1000010 | 11100 | 111000 |
Color Harmonies of #A8AE70
Complementary color
Monochromatic Colors of #A8AE70
Black with #A8AE70
Text Example
Text Example
White with #A8AE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE70; }
p { color: rgb(168,174,112); }
H1.HeaderClassName
{
color: #A8AE70;
}
.AnyTagClassName
{
color: #A8AE70;
}
</style>
background-color css
<style>
a { background-color: #A8AE70; }
a { background-color: rgb(168,174,112); }
div.DivClassName
{
background-color: #A8AE70;
}
.BgClassName
{
background-color: #A8AE70;
}
</style>
border-color css
<style>
span { border-color: #A8AE70; }
span { border-color: rgb(168,174,112); }
td.TdClassName
{
border-color: #A8AE70;
}
.TagClassName
{
border-color: #A8AE70;
}
</style>