Shades of Norway #AABB99
Tints of Norway #AABB99
RGB
CMYK
RGB Variations
Color information
#AABB99 (or 0xAABB99) is known color: Norway. HEX triplet: AA, BB and 99. RGB value is (170,187,153). Sum of RGB (Red+Green+Blue) = 170+187+153=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB99 is #554466. Grayscale: #B2B2B2. Windows color (decimal): -5588071 or 10075050. OLE color: 10075050.
HSL color Cylindrical-coordinate representation of color #AABB99: hue angle of 90º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABB99 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 153 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.27 |
| HSL | 90º | 0.2% | 0.67% | - |
| HSV(B) | 90º | 0.18% | 0.73% | - |
| XYZ | 40.1 | 46.39 | 36.98 | - |
| YUV | 178.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 153 | 0.09 | 0 | 0.18 | 0.27 | 90 | 0.2 | 0.67 |
| Hex | AA | BB | 99 | 9 | 0 | 12 | 1B | 5A | 14 | 43 |
| Octal | 252 | 273 | 231 | 11 | 0 | 22 | 33 | 132 | 24 | 103 |
| Binary | 10101010 | 10111011 | 10011001 | 1001 | 0 | 10010 | 11011 | 1011010 | 10100 | 1000011 |
Color Harmonies of #AABB99
Complementary color
Monochromatic Colors of #AABB99
Black with #AABB99
Text Example
Text Example
White with #AABB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB99; }
p { color: rgb(170,187,153); }
H1.HeaderClassName
{
color: #AABB99;
}
.AnyTagClassName
{
color: #AABB99;
}
</style>
background-color css
<style>
a { background-color: #AABB99; }
a { background-color: rgb(170,187,153); }
div.DivClassName
{
background-color: #AABB99;
}
.BgClassName
{
background-color: #AABB99;
}
</style>
border-color css
<style>
span { border-color: #AABB99; }
span { border-color: rgb(170,187,153); }
td.TdClassName
{
border-color: #AABB99;
}
.TagClassName
{
border-color: #AABB99;
}
</style>