Shades of Norway #AAB999
Tints of Norway #AAB999
RGB
CMYK
RGB Variations
Color information
#AAB999 (or 0xAAB999) is known color: Norway. HEX triplet: AA, B9 and 99. RGB value is (170,185,153). Sum of RGB (Red+Green+Blue) = 170+185+153=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB999 is #554666. Grayscale: #B0B0B0. Windows color (decimal): -5588583 or 10074538. OLE color: 10074538.
HSL color Cylindrical-coordinate representation of color #AAB999: hue angle of 88.12º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB999 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 153 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.27 |
| HSL | 88.13º | 0.19% | 0.66% | - |
| HSV(B) | 88.13º | 0.17% | 0.73% | - |
| XYZ | 39.68 | 45.54 | 36.84 | - |
| YUV | 176.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 153 | 0.08 | 0 | 0.17 | 0.27 | 88.13 | 0.19 | 0.66 |
| Hex | AA | B9 | 99 | 8 | 0 | 11 | 1B | 58 | 13 | 42 |
| Octal | 252 | 271 | 231 | 10 | 0 | 21 | 33 | 130 | 23 | 102 |
| Binary | 10101010 | 10111001 | 10011001 | 1000 | 0 | 10001 | 11011 | 1011000 | 10011 | 1000010 |
Color Harmonies of #AAB999
Complementary color
Monochromatic Colors of #AAB999
Black with #AAB999
Text Example
Text Example
White with #AAB999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB999; }
p { color: rgb(170,185,153); }
H1.HeaderClassName
{
color: #AAB999;
}
.AnyTagClassName
{
color: #AAB999;
}
</style>
background-color css
<style>
a { background-color: #AAB999; }
a { background-color: rgb(170,185,153); }
div.DivClassName
{
background-color: #AAB999;
}
.BgClassName
{
background-color: #AAB999;
}
</style>
border-color css
<style>
span { border-color: #AAB999; }
span { border-color: rgb(170,185,153); }
td.TdClassName
{
border-color: #AAB999;
}
.TagClassName
{
border-color: #AAB999;
}
</style>