Shades of Green Smoke #AAB368
Tints of Green Smoke #AAB368
RGB
CMYK
RGB Variations
Color information
#AAB368 (or 0xAAB368) is known color: Green Smoke. HEX triplet: AA, B3 and 68. RGB value is (170,179,104). Sum of RGB (Red+Green+Blue) = 170+179+104=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB368 is #554C97. Grayscale: #A8A8A8. Windows color (decimal): -5590168 or 6861738. OLE color: 6861738.
HSL color Cylindrical-coordinate representation of color #AAB368: hue angle of 67.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB368 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 104 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.30 |
| HSL | 67.2º | 0.33% | 0.55% | - |
| HSV(B) | 67.2º | 0.42% | 0.7% | - |
| XYZ | 35.2 | 41.79 | 19.31 | - |
| YUV | 167.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 104 | 0.05 | 0 | 0.42 | 0.30 | 67.2 | 0.33 | 0.55 |
| Hex | AA | B3 | 68 | 5 | 0 | 2A | 1E | 43 | 21 | 37 |
| Octal | 252 | 263 | 150 | 5 | 0 | 52 | 36 | 103 | 41 | 67 |
| Binary | 10101010 | 10110011 | 1101000 | 101 | 0 | 101010 | 11110 | 1000011 | 100001 | 110111 |
Color Harmonies of #AAB368
Complementary color
Monochromatic Colors of #AAB368
Black with #AAB368
Text Example
Text Example
White with #AAB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB368; }
p { color: rgb(170,179,104); }
H1.HeaderClassName
{
color: #AAB368;
}
.AnyTagClassName
{
color: #AAB368;
}
</style>
background-color css
<style>
a { background-color: #AAB368; }
a { background-color: rgb(170,179,104); }
div.DivClassName
{
background-color: #AAB368;
}
.BgClassName
{
background-color: #AAB368;
}
</style>
border-color css
<style>
span { border-color: #AAB368; }
span { border-color: rgb(170,179,104); }
td.TdClassName
{
border-color: #AAB368;
}
.TagClassName
{
border-color: #AAB368;
}
</style>