Shades of Norway #AABA9A
Tints of Norway #AABA9A
RGB
CMYK
RGB Variations
Color information
#AABA9A (or 0xAABA9A) is known color: Norway. HEX triplet: AA, BA and 9A. RGB value is (170,186,154). Sum of RGB (Red+Green+Blue) = 170+186+154=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA9A is #554565. Grayscale: #B1B1B1. Windows color (decimal): -5588326 or 10140330. OLE color: 10140330.
HSL color Cylindrical-coordinate representation of color #AABA9A: hue angle of 90º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABA9A is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 154 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.27 |
| HSL | 90º | 0.19% | 0.67% | - |
| HSV(B) | 90º | 0.17% | 0.73% | - |
| XYZ | 39.97 | 46 | 37.34 | - |
| YUV | 177.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 154 | 0.09 | 0 | 0.17 | 0.27 | 90 | 0.19 | 0.67 |
| Hex | AA | BA | 9A | 9 | 0 | 11 | 1B | 5A | 13 | 43 |
| Octal | 252 | 272 | 232 | 11 | 0 | 21 | 33 | 132 | 23 | 103 |
| Binary | 10101010 | 10111010 | 10011010 | 1001 | 0 | 10001 | 11011 | 1011010 | 10011 | 1000011 |
Color Harmonies of #AABA9A
Complementary color
Monochromatic Colors of #AABA9A
Black with #AABA9A
Text Example
Text Example
White with #AABA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA9A; }
p { color: rgb(170,186,154); }
H1.HeaderClassName
{
color: #AABA9A;
}
.AnyTagClassName
{
color: #AABA9A;
}
</style>
background-color css
<style>
a { background-color: #AABA9A; }
a { background-color: rgb(170,186,154); }
div.DivClassName
{
background-color: #AABA9A;
}
.BgClassName
{
background-color: #AABA9A;
}
</style>
border-color css
<style>
span { border-color: #AABA9A; }
span { border-color: rgb(170,186,154); }
td.TdClassName
{
border-color: #AABA9A;
}
.TagClassName
{
border-color: #AABA9A;
}
</style>