Shades of Norway #AAB896
Tints of Norway #AAB896
RGB
CMYK
RGB Variations
Color information
#AAB896 (or 0xAAB896) is known color: Norway. HEX triplet: AA, B8 and 96. RGB value is (170,184,150). Sum of RGB (Red+Green+Blue) = 170+184+150=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB896 is #554769. Grayscale: #B0B0B0. Windows color (decimal): -5588842 or 9877674. OLE color: 9877674.
HSL color Cylindrical-coordinate representation of color #AAB896: hue angle of 84.71º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB896 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 150 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.28 |
| HSL | 84.71º | 0.19% | 0.65% | - |
| HSV(B) | 84.71º | 0.18% | 0.72% | - |
| XYZ | 39.22 | 45.03 | 35.48 | - |
| YUV | 175.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 150 | 0.08 | 0 | 0.18 | 0.28 | 84.71 | 0.19 | 0.65 |
| Hex | AA | B8 | 96 | 8 | 0 | 12 | 1C | 55 | 13 | 41 |
| Octal | 252 | 270 | 226 | 10 | 0 | 22 | 34 | 125 | 23 | 101 |
| Binary | 10101010 | 10111000 | 10010110 | 1000 | 0 | 10010 | 11100 | 1010101 | 10011 | 1000001 |
Color Harmonies of #AAB896
Complementary color
Monochromatic Colors of #AAB896
Black with #AAB896
Text Example
Text Example
White with #AAB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB896; }
p { color: rgb(170,184,150); }
H1.HeaderClassName
{
color: #AAB896;
}
.AnyTagClassName
{
color: #AAB896;
}
</style>
background-color css
<style>
a { background-color: #AAB896; }
a { background-color: rgb(170,184,150); }
div.DivClassName
{
background-color: #AAB896;
}
.BgClassName
{
background-color: #AAB896;
}
</style>
border-color css
<style>
span { border-color: #AAB896; }
span { border-color: rgb(170,184,150); }
td.TdClassName
{
border-color: #AAB896;
}
.TagClassName
{
border-color: #AAB896;
}
</style>