Shades of Norway #AABA99
Tints of Norway #AABA99
RGB
CMYK
RGB Variations
Color information
#AABA99 (or 0xAABA99) is known color: Norway. HEX triplet: AA, BA and 99. RGB value is (170,186,153). Sum of RGB (Red+Green+Blue) = 170+186+153=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA99 is #554566. Grayscale: #B1B1B1. Windows color (decimal): -5588327 or 10074794. OLE color: 10074794.
HSL color Cylindrical-coordinate representation of color #AABA99: hue angle of 89.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABA99 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 153 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.27 |
| HSL | 89.09º | 0.19% | 0.66% | - |
| HSV(B) | 89.09º | 0.18% | 0.73% | - |
| XYZ | 39.89 | 45.96 | 36.91 | - |
| YUV | 177.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 153 | 0.09 | 0 | 0.18 | 0.27 | 89.09 | 0.19 | 0.66 |
| Hex | AA | BA | 99 | 9 | 0 | 12 | 1B | 59 | 13 | 42 |
| Octal | 252 | 272 | 231 | 11 | 0 | 22 | 33 | 131 | 23 | 102 |
| Binary | 10101010 | 10111010 | 10011001 | 1001 | 0 | 10010 | 11011 | 1011001 | 10011 | 1000010 |
Color Harmonies of #AABA99
Complementary color
Monochromatic Colors of #AABA99
Black with #AABA99
Text Example
Text Example
White with #AABA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA99; }
p { color: rgb(170,186,153); }
H1.HeaderClassName
{
color: #AABA99;
}
.AnyTagClassName
{
color: #AABA99;
}
</style>
background-color css
<style>
a { background-color: #AABA99; }
a { background-color: rgb(170,186,153); }
div.DivClassName
{
background-color: #AABA99;
}
.BgClassName
{
background-color: #AABA99;
}
</style>
border-color css
<style>
span { border-color: #AABA99; }
span { border-color: rgb(170,186,153); }
td.TdClassName
{
border-color: #AABA99;
}
.TagClassName
{
border-color: #AABA99;
}
</style>