Shades of Norway #AAB89C
Tints of Norway #AAB89C
RGB
CMYK
RGB Variations
Color information
#AAB89C (or 0xAAB89C) is known color: Norway. HEX triplet: AA, B8 and 9C. RGB value is (170,184,156). Sum of RGB (Red+Green+Blue) = 170+184+156=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89C is #554763. Grayscale: #B0B0B0. Windows color (decimal): -5588836 or 10270890. OLE color: 10270890.
HSL color Cylindrical-coordinate representation of color #AAB89C: hue angle of 90º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB89C is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 156 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.28 |
| HSL | 90º | 0.16% | 0.67% | - |
| HSV(B) | 90º | 0.15% | 0.72% | - |
| XYZ | 39.72 | 45.23 | 38.09 | - |
| YUV | 176.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 156 | 0.08 | 0 | 0.15 | 0.28 | 90 | 0.16 | 0.67 |
| Hex | AA | B8 | 9C | 8 | 0 | F | 1C | 5A | 10 | 43 |
| Octal | 252 | 270 | 234 | 10 | 0 | 17 | 34 | 132 | 20 | 103 |
| Binary | 10101010 | 10111000 | 10011100 | 1000 | 0 | 1111 | 11100 | 1011010 | 10000 | 1000011 |
Color Harmonies of #AAB89C
Complementary color
Monochromatic Colors of #AAB89C
Black with #AAB89C
Text Example
Text Example
White with #AAB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB89C; }
p { color: rgb(170,184,156); }
H1.HeaderClassName
{
color: #AAB89C;
}
.AnyTagClassName
{
color: #AAB89C;
}
</style>
background-color css
<style>
a { background-color: #AAB89C; }
a { background-color: rgb(170,184,156); }
div.DivClassName
{
background-color: #AAB89C;
}
.BgClassName
{
background-color: #AAB89C;
}
</style>
border-color css
<style>
span { border-color: #AAB89C; }
span { border-color: rgb(170,184,156); }
td.TdClassName
{
border-color: #AAB89C;
}
.TagClassName
{
border-color: #AAB89C;
}
</style>