Shades of Norway #AAB89A
Tints of Norway #AAB89A
RGB
CMYK
RGB Variations
Color information
#AAB89A (or 0xAAB89A) is known color: Norway. HEX triplet: AA, B8 and 9A. RGB value is (170,184,154). Sum of RGB (Red+Green+Blue) = 170+184+154=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89A is #554765. Grayscale: #B0B0B0. Windows color (decimal): -5588838 or 10139818. OLE color: 10139818.
HSL color Cylindrical-coordinate representation of color #AAB89A: hue angle of 88º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB89A is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 154 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.28 |
| HSL | 88º | 0.17% | 0.66% | - |
| HSV(B) | 88º | 0.16% | 0.72% | - |
| XYZ | 39.55 | 45.16 | 37.2 | - |
| YUV | 176.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 154 | 0.08 | 0 | 0.16 | 0.28 | 88 | 0.17 | 0.66 |
| Hex | AA | B8 | 9A | 8 | 0 | 10 | 1C | 58 | 11 | 42 |
| Octal | 252 | 270 | 232 | 10 | 0 | 20 | 34 | 130 | 21 | 102 |
| Binary | 10101010 | 10111000 | 10011010 | 1000 | 0 | 10000 | 11100 | 1011000 | 10001 | 1000010 |
Color Harmonies of #AAB89A
Complementary color
Monochromatic Colors of #AAB89A
Black with #AAB89A
Text Example
Text Example
White with #AAB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB89A; }
p { color: rgb(170,184,154); }
H1.HeaderClassName
{
color: #AAB89A;
}
.AnyTagClassName
{
color: #AAB89A;
}
</style>
background-color css
<style>
a { background-color: #AAB89A; }
a { background-color: rgb(170,184,154); }
div.DivClassName
{
background-color: #AAB89A;
}
.BgClassName
{
background-color: #AAB89A;
}
</style>
border-color css
<style>
span { border-color: #AAB89A; }
span { border-color: rgb(170,184,154); }
td.TdClassName
{
border-color: #AAB89A;
}
.TagClassName
{
border-color: #AAB89A;
}
</style>