Shades of Green Smoke #AAB667
Tints of Green Smoke #AAB667
RGB
CMYK
RGB Variations
Color information
#AAB667 (or 0xAAB667) is known color: Green Smoke. HEX triplet: AA, B6 and 67. RGB value is (170,182,103). Sum of RGB (Red+Green+Blue) = 170+182+103=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB667 is #554998. Grayscale: #A9A9A9. Windows color (decimal): -5589401 or 6796970. OLE color: 6796970.
HSL color Cylindrical-coordinate representation of color #AAB667: hue angle of 69.11º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB667 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 103 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.29 |
| HSL | 69.11º | 0.35% | 0.56% | - |
| HSV(B) | 69.11º | 0.43% | 0.71% | - |
| XYZ | 35.75 | 42.98 | 19.24 | - |
| YUV | 169.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 103 | 0.07 | 0 | 0.43 | 0.29 | 69.11 | 0.35 | 0.56 |
| Hex | AA | B6 | 67 | 7 | 0 | 2B | 1D | 45 | 23 | 38 |
| Octal | 252 | 266 | 147 | 7 | 0 | 53 | 35 | 105 | 43 | 70 |
| Binary | 10101010 | 10110110 | 1100111 | 111 | 0 | 101011 | 11101 | 1000101 | 100011 | 111000 |
Color Harmonies of #AAB667
Complementary color
Monochromatic Colors of #AAB667
Black with #AAB667
Text Example
Text Example
White with #AAB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB667; }
p { color: rgb(170,182,103); }
H1.HeaderClassName
{
color: #AAB667;
}
.AnyTagClassName
{
color: #AAB667;
}
</style>
background-color css
<style>
a { background-color: #AAB667; }
a { background-color: rgb(170,182,103); }
div.DivClassName
{
background-color: #AAB667;
}
.BgClassName
{
background-color: #AAB667;
}
</style>
border-color css
<style>
span { border-color: #AAB667; }
span { border-color: rgb(170,182,103); }
td.TdClassName
{
border-color: #AAB667;
}
.TagClassName
{
border-color: #AAB667;
}
</style>