Shades of Norway #AABB97
Tints of Norway #AABB97
RGB
CMYK
RGB Variations
Color information
#AABB97 (or 0xAABB97) is known color: Norway. HEX triplet: AA, BB and 97. RGB value is (170,187,151). Sum of RGB (Red+Green+Blue) = 170+187+151=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB97 is #554468. Grayscale: #B1B1B1. Windows color (decimal): -5588073 or 9943978. OLE color: 9943978.
HSL color Cylindrical-coordinate representation of color #AABB97: hue angle of 88.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABB97 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 151 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.27 |
| HSL | 88.33º | 0.21% | 0.66% | - |
| HSV(B) | 88.33º | 0.19% | 0.73% | - |
| XYZ | 39.93 | 46.32 | 36.11 | - |
| YUV | 177.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 151 | 0.09 | 0 | 0.19 | 0.27 | 88.33 | 0.21 | 0.66 |
| Hex | AA | BB | 97 | 9 | 0 | 13 | 1B | 58 | 15 | 42 |
| Octal | 252 | 273 | 227 | 11 | 0 | 23 | 33 | 130 | 25 | 102 |
| Binary | 10101010 | 10111011 | 10010111 | 1001 | 0 | 10011 | 11011 | 1011000 | 10101 | 1000010 |
Color Harmonies of #AABB97
Complementary color
Monochromatic Colors of #AABB97
Black with #AABB97
Text Example
Text Example
White with #AABB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB97; }
p { color: rgb(170,187,151); }
H1.HeaderClassName
{
color: #AABB97;
}
.AnyTagClassName
{
color: #AABB97;
}
</style>
background-color css
<style>
a { background-color: #AABB97; }
a { background-color: rgb(170,187,151); }
div.DivClassName
{
background-color: #AABB97;
}
.BgClassName
{
background-color: #AABB97;
}
</style>
border-color css
<style>
span { border-color: #AABB97; }
span { border-color: rgb(170,187,151); }
td.TdClassName
{
border-color: #AABB97;
}
.TagClassName
{
border-color: #AABB97;
}
</style>