Shades of Green Smoke #AAB270
Tints of Green Smoke #AAB270
RGB
CMYK
RGB Variations
Color information
#AAB270 (or 0xAAB270) is known color: Green Smoke. HEX triplet: AA, B2 and 70. RGB value is (170,178,112). Sum of RGB (Red+Green+Blue) = 170+178+112=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB270 is #554D8F. Grayscale: #A8A8A8. Windows color (decimal): -5590416 or 7385770. OLE color: 7385770.
HSL color Cylindrical-coordinate representation of color #AAB270: hue angle of 67.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB270 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 112 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.30 |
| HSL | 67.27º | 0.3% | 0.57% | - |
| HSV(B) | 67.27º | 0.37% | 0.7% | - |
| XYZ | 35.42 | 41.56 | 21.48 | - |
| YUV | 168.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 112 | 0.04 | 0 | 0.37 | 0.30 | 67.27 | 0.3 | 0.57 |
| Hex | AA | B2 | 70 | 4 | 0 | 25 | 1E | 43 | 1E | 39 |
| Octal | 252 | 262 | 160 | 4 | 0 | 45 | 36 | 103 | 36 | 71 |
| Binary | 10101010 | 10110010 | 1110000 | 100 | 0 | 100101 | 11110 | 1000011 | 11110 | 111001 |
Color Harmonies of #AAB270
Complementary color
Monochromatic Colors of #AAB270
Black with #AAB270
Text Example
Text Example
White with #AAB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB270; }
p { color: rgb(170,178,112); }
H1.HeaderClassName
{
color: #AAB270;
}
.AnyTagClassName
{
color: #AAB270;
}
</style>
background-color css
<style>
a { background-color: #AAB270; }
a { background-color: rgb(170,178,112); }
div.DivClassName
{
background-color: #AAB270;
}
.BgClassName
{
background-color: #AAB270;
}
</style>
border-color css
<style>
span { border-color: #AAB270; }
span { border-color: rgb(170,178,112); }
td.TdClassName
{
border-color: #AAB270;
}
.TagClassName
{
border-color: #AAB270;
}
</style>