Shades of Norway #AABA92
Tints of Norway #AABA92
RGB
CMYK
RGB Variations
Color information
#AABA92 (or 0xAABA92) is known color: Norway. HEX triplet: AA, BA and 92. RGB value is (170,186,146). Sum of RGB (Red+Green+Blue) = 170+186+146=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA92 is #55456D. Grayscale: #B0B0B0. Windows color (decimal): -5588334 or 9616042. OLE color: 9616042.
HSL color Cylindrical-coordinate representation of color #AABA92: hue angle of 84º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABA92 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 146 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.27 |
| HSL | 84º | 0.22% | 0.65% | - |
| HSV(B) | 84º | 0.22% | 0.73% | - |
| XYZ | 39.32 | 45.74 | 33.95 | - |
| YUV | 176.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 146 | 0.09 | 0 | 0.22 | 0.27 | 84 | 0.22 | 0.65 |
| Hex | AA | BA | 92 | 9 | 0 | 16 | 1B | 54 | 16 | 41 |
| Octal | 252 | 272 | 222 | 11 | 0 | 26 | 33 | 124 | 26 | 101 |
| Binary | 10101010 | 10111010 | 10010010 | 1001 | 0 | 10110 | 11011 | 1010100 | 10110 | 1000001 |
Color Harmonies of #AABA92
Complementary color
Monochromatic Colors of #AABA92
Black with #AABA92
Text Example
Text Example
White with #AABA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA92; }
p { color: rgb(170,186,146); }
H1.HeaderClassName
{
color: #AABA92;
}
.AnyTagClassName
{
color: #AABA92;
}
</style>
background-color css
<style>
a { background-color: #AABA92; }
a { background-color: rgb(170,186,146); }
div.DivClassName
{
background-color: #AABA92;
}
.BgClassName
{
background-color: #AABA92;
}
</style>
border-color css
<style>
span { border-color: #AABA92; }
span { border-color: rgb(170,186,146); }
td.TdClassName
{
border-color: #AABA92;
}
.TagClassName
{
border-color: #AABA92;
}
</style>