Shades of Green Smoke #AABA67
Tints of Green Smoke #AABA67
RGB
CMYK
RGB Variations
Color information
#AABA67 (or 0xAABA67) is known color: Green Smoke. HEX triplet: AA, BA and 67. RGB value is (170,186,103). Sum of RGB (Red+Green+Blue) = 170+186+103=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA67 is #554598. Grayscale: #ACACAC. Windows color (decimal): -5588377 or 6797994. OLE color: 6797994.
HSL color Cylindrical-coordinate representation of color #AABA67: hue angle of 71.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AABA67 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 103 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.27 |
| HSL | 71.57º | 0.38% | 0.57% | - |
| HSV(B) | 71.57º | 0.45% | 0.73% | - |
| XYZ | 36.58 | 44.64 | 19.52 | - |
| YUV | 171.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 103 | 0.09 | 0 | 0.45 | 0.27 | 71.57 | 0.38 | 0.57 |
| Hex | AA | BA | 67 | 9 | 0 | 2D | 1B | 48 | 26 | 39 |
| Octal | 252 | 272 | 147 | 11 | 0 | 55 | 33 | 110 | 46 | 71 |
| Binary | 10101010 | 10111010 | 1100111 | 1001 | 0 | 101101 | 11011 | 1001000 | 100110 | 111001 |
Color Harmonies of #AABA67
Complementary color
Monochromatic Colors of #AABA67
Black with #AABA67
Text Example
Text Example
White with #AABA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA67; }
p { color: rgb(170,186,103); }
H1.HeaderClassName
{
color: #AABA67;
}
.AnyTagClassName
{
color: #AABA67;
}
</style>
background-color css
<style>
a { background-color: #AABA67; }
a { background-color: rgb(170,186,103); }
div.DivClassName
{
background-color: #AABA67;
}
.BgClassName
{
background-color: #AABA67;
}
</style>
border-color css
<style>
span { border-color: #AABA67; }
span { border-color: rgb(170,186,103); }
td.TdClassName
{
border-color: #AABA67;
}
.TagClassName
{
border-color: #AABA67;
}
</style>