Shades of Norway #AAB89F
Tints of Norway #AAB89F
RGB
CMYK
RGB Variations
Color information
#AAB89F (or 0xAAB89F) is known color: Norway. HEX triplet: AA, B8 and 9F. RGB value is (170,184,159). Sum of RGB (Red+Green+Blue) = 170+184+159=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89F is #554760. Grayscale: #B1B1B1. Windows color (decimal): -5588833 or 10467498. OLE color: 10467498.
HSL color Cylindrical-coordinate representation of color #AAB89F: hue angle of 93.6º 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 #AAB89F is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 159 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.28 |
| HSL | 93.6º | 0.15% | 0.67% | - |
| HSV(B) | 93.6º | 0.14% | 0.72% | - |
| XYZ | 39.98 | 45.33 | 39.44 | - |
| YUV | 176.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 159 | 0.08 | 0 | 0.14 | 0.28 | 93.6 | 0.15 | 0.67 |
| Hex | AA | B8 | 9F | 8 | 0 | E | 1C | 5E | F | 43 |
| Octal | 252 | 270 | 237 | 10 | 0 | 16 | 34 | 136 | 17 | 103 |
| Binary | 10101010 | 10111000 | 10011111 | 1000 | 0 | 1110 | 11100 | 1011110 | 1111 | 1000011 |
Color Harmonies of #AAB89F
Complementary color
Monochromatic Colors of #AAB89F
Black with #AAB89F
Text Example
Text Example
White with #AAB89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB89F; }
p { color: rgb(170,184,159); }
H1.HeaderClassName
{
color: #AAB89F;
}
.AnyTagClassName
{
color: #AAB89F;
}
</style>
background-color css
<style>
a { background-color: #AAB89F; }
a { background-color: rgb(170,184,159); }
div.DivClassName
{
background-color: #AAB89F;
}
.BgClassName
{
background-color: #AAB89F;
}
</style>
border-color css
<style>
span { border-color: #AAB89F; }
span { border-color: rgb(170,184,159); }
td.TdClassName
{
border-color: #AAB89F;
}
.TagClassName
{
border-color: #AAB89F;
}
</style>