Shades of Norway #AABA94
Tints of Norway #AABA94
RGB
CMYK
RGB Variations
Color information
#AABA94 (or 0xAABA94) is known color: Norway. HEX triplet: AA, BA and 94. RGB value is (170,186,148). Sum of RGB (Red+Green+Blue) = 170+186+148=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA94 is #55456B. Grayscale: #B1B1B1. Windows color (decimal): -5588332 or 9747114. OLE color: 9747114.
HSL color Cylindrical-coordinate representation of color #AABA94: hue angle of 85.26º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABA94 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 148 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.27 |
| HSL | 85.26º | 0.22% | 0.65% | - |
| HSV(B) | 85.26º | 0.2% | 0.73% | - |
| XYZ | 39.48 | 45.8 | 34.78 | - |
| YUV | 176.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 148 | 0.09 | 0 | 0.20 | 0.27 | 85.26 | 0.22 | 0.65 |
| Hex | AA | BA | 94 | 9 | 0 | 14 | 1B | 55 | 16 | 41 |
| Octal | 252 | 272 | 224 | 11 | 0 | 24 | 33 | 125 | 26 | 101 |
| Binary | 10101010 | 10111010 | 10010100 | 1001 | 0 | 10100 | 11011 | 1010101 | 10110 | 1000001 |
Color Harmonies of #AABA94
Complementary color
Monochromatic Colors of #AABA94
Black with #AABA94
Text Example
Text Example
White with #AABA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA94; }
p { color: rgb(170,186,148); }
H1.HeaderClassName
{
color: #AABA94;
}
.AnyTagClassName
{
color: #AABA94;
}
</style>
background-color css
<style>
a { background-color: #AABA94; }
a { background-color: rgb(170,186,148); }
div.DivClassName
{
background-color: #AABA94;
}
.BgClassName
{
background-color: #AABA94;
}
</style>
border-color css
<style>
span { border-color: #AABA94; }
span { border-color: rgb(170,186,148); }
td.TdClassName
{
border-color: #AABA94;
}
.TagClassName
{
border-color: #AABA94;
}
</style>