Shades of Norway #AABA93
Tints of Norway #AABA93
RGB
CMYK
RGB Variations
Color information
#AABA93 (or 0xAABA93) is known color: Norway. HEX triplet: AA, BA and 93. RGB value is (170,186,147). Sum of RGB (Red+Green+Blue) = 170+186+147=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA93 is #55456C. Grayscale: #B0B0B0. Windows color (decimal): -5588333 or 9681578. OLE color: 9681578.
HSL color Cylindrical-coordinate representation of color #AABA93: hue angle of 84.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AABA93 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 147 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.27 |
| HSL | 84.62º | 0.22% | 0.65% | - |
| HSV(B) | 84.62º | 0.21% | 0.73% | - |
| XYZ | 39.4 | 45.77 | 34.36 | - |
| YUV | 176.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 147 | 0.09 | 0 | 0.21 | 0.27 | 84.62 | 0.22 | 0.65 |
| Hex | AA | BA | 93 | 9 | 0 | 15 | 1B | 55 | 16 | 41 |
| Octal | 252 | 272 | 223 | 11 | 0 | 25 | 33 | 125 | 26 | 101 |
| Binary | 10101010 | 10111010 | 10010011 | 1001 | 0 | 10101 | 11011 | 1010101 | 10110 | 1000001 |
Color Harmonies of #AABA93
Complementary color
Monochromatic Colors of #AABA93
Black with #AABA93
Text Example
Text Example
White with #AABA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA93; }
p { color: rgb(170,186,147); }
H1.HeaderClassName
{
color: #AABA93;
}
.AnyTagClassName
{
color: #AABA93;
}
</style>
background-color css
<style>
a { background-color: #AABA93; }
a { background-color: rgb(170,186,147); }
div.DivClassName
{
background-color: #AABA93;
}
.BgClassName
{
background-color: #AABA93;
}
</style>
border-color css
<style>
span { border-color: #AABA93; }
span { border-color: rgb(170,186,147); }
td.TdClassName
{
border-color: #AABA93;
}
.TagClassName
{
border-color: #AABA93;
}
</style>