Shades of Green Smoke #AAB469
Tints of Green Smoke #AAB469
RGB
CMYK
RGB Variations
Color information
#AAB469 (or 0xAAB469) is known color: Green Smoke. HEX triplet: AA, B4 and 69. RGB value is (170,180,105). Sum of RGB (Red+Green+Blue) = 170+180+105=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB469 is #554B96. Grayscale: #A8A8A8. Windows color (decimal): -5589911 or 6927530. OLE color: 6927530.
HSL color Cylindrical-coordinate representation of color #AAB469: hue angle of 68º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB469 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 105 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.29 |
| HSL | 68º | 0.33% | 0.56% | - |
| HSV(B) | 68º | 0.42% | 0.71% | - |
| XYZ | 35.45 | 42.21 | 19.64 | - |
| YUV | 168.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 105 | 0.06 | 0 | 0.42 | 0.29 | 68 | 0.33 | 0.56 |
| Hex | AA | B4 | 69 | 6 | 0 | 2A | 1D | 44 | 21 | 38 |
| Octal | 252 | 264 | 151 | 6 | 0 | 52 | 35 | 104 | 41 | 70 |
| Binary | 10101010 | 10110100 | 1101001 | 110 | 0 | 101010 | 11101 | 1000100 | 100001 | 111000 |
Color Harmonies of #AAB469
Complementary color
Monochromatic Colors of #AAB469
Black with #AAB469
Text Example
Text Example
White with #AAB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB469; }
p { color: rgb(170,180,105); }
H1.HeaderClassName
{
color: #AAB469;
}
.AnyTagClassName
{
color: #AAB469;
}
</style>
background-color css
<style>
a { background-color: #AAB469; }
a { background-color: rgb(170,180,105); }
div.DivClassName
{
background-color: #AAB469;
}
.BgClassName
{
background-color: #AAB469;
}
</style>
border-color css
<style>
span { border-color: #AAB469; }
span { border-color: rgb(170,180,105); }
td.TdClassName
{
border-color: #AAB469;
}
.TagClassName
{
border-color: #AAB469;
}
</style>