Shades of Norway #AABB8D
Tints of Norway #AABB8D
RGB
CMYK
RGB Variations
Color information
#AABB8D (or 0xAABB8D) is known color: Norway. HEX triplet: AA, BB and 8D. RGB value is (170,187,141). Sum of RGB (Red+Green+Blue) = 170+187+141=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB8D is #554472. Grayscale: #B0B0B0. Windows color (decimal): -5588083 or 9288618. OLE color: 9288618.
HSL color Cylindrical-coordinate representation of color #AABB8D: hue angle of 82.17º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABB8D is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 141 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.27 |
| HSL | 82.17º | 0.25% | 0.64% | - |
| HSV(B) | 82.17º | 0.25% | 0.73% | - |
| XYZ | 39.16 | 46.01 | 32.02 | - |
| YUV | 176.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 141 | 0.09 | 0 | 0.25 | 0.27 | 82.17 | 0.25 | 0.64 |
| Hex | AA | BB | 8D | 9 | 0 | 19 | 1B | 52 | 19 | 40 |
| Octal | 252 | 273 | 215 | 11 | 0 | 31 | 33 | 122 | 31 | 100 |
| Binary | 10101010 | 10111011 | 10001101 | 1001 | 0 | 11001 | 11011 | 1010010 | 11001 | 1000000 |
Color Harmonies of #AABB8D
Complementary color
Monochromatic Colors of #AABB8D
Black with #AABB8D
Text Example
Text Example
White with #AABB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB8D; }
p { color: rgb(170,187,141); }
H1.HeaderClassName
{
color: #AABB8D;
}
.AnyTagClassName
{
color: #AABB8D;
}
</style>
background-color css
<style>
a { background-color: #AABB8D; }
a { background-color: rgb(170,187,141); }
div.DivClassName
{
background-color: #AABB8D;
}
.BgClassName
{
background-color: #AABB8D;
}
</style>
border-color css
<style>
span { border-color: #AABB8D; }
span { border-color: rgb(170,187,141); }
td.TdClassName
{
border-color: #AABB8D;
}
.TagClassName
{
border-color: #AABB8D;
}
</style>