Shades of Norway #AAB89E
Tints of Norway #AAB89E
RGB
CMYK
RGB Variations
Color information
#AAB89E (or 0xAAB89E) is known color: Norway. HEX triplet: AA, B8 and 9E. RGB value is (170,184,158). Sum of RGB (Red+Green+Blue) = 170+184+158=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89E is #554761. Grayscale: #B0B0B0. Windows color (decimal): -5588834 or 10401962. OLE color: 10401962.
HSL color Cylindrical-coordinate representation of color #AAB89E: hue angle of 92.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB89E is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 158 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.28 |
| HSL | 92.31º | 0.15% | 0.67% | - |
| HSV(B) | 92.31º | 0.14% | 0.72% | - |
| XYZ | 39.89 | 45.3 | 38.99 | - |
| YUV | 176.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 158 | 0.08 | 0 | 0.14 | 0.28 | 92.31 | 0.15 | 0.67 |
| Hex | AA | B8 | 9E | 8 | 0 | E | 1C | 5C | F | 43 |
| Octal | 252 | 270 | 236 | 10 | 0 | 16 | 34 | 134 | 17 | 103 |
| Binary | 10101010 | 10111000 | 10011110 | 1000 | 0 | 1110 | 11100 | 1011100 | 1111 | 1000011 |
Color Harmonies of #AAB89E
Complementary color
Monochromatic Colors of #AAB89E
Black with #AAB89E
Text Example
Text Example
White with #AAB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB89E; }
p { color: rgb(170,184,158); }
H1.HeaderClassName
{
color: #AAB89E;
}
.AnyTagClassName
{
color: #AAB89E;
}
</style>
background-color css
<style>
a { background-color: #AAB89E; }
a { background-color: rgb(170,184,158); }
div.DivClassName
{
background-color: #AAB89E;
}
.BgClassName
{
background-color: #AAB89E;
}
</style>
border-color css
<style>
span { border-color: #AAB89E; }
span { border-color: rgb(170,184,158); }
td.TdClassName
{
border-color: #AAB89E;
}
.TagClassName
{
border-color: #AAB89E;
}
</style>