Shades of Norway #AAB892
Tints of Norway #AAB892
RGB
CMYK
RGB Variations
Color information
#AAB892 (or 0xAAB892) is known color: Norway. HEX triplet: AA, B8 and 92. RGB value is (170,184,146). Sum of RGB (Red+Green+Blue) = 170+184+146=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB892 is #55476D. Grayscale: #AFAFAF. Windows color (decimal): -5588846 or 9615530. OLE color: 9615530.
HSL color Cylindrical-coordinate representation of color #AAB892: hue angle of 82.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAB892 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 146 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.28 |
| HSL | 82.11º | 0.21% | 0.65% | - |
| HSV(B) | 82.11º | 0.21% | 0.72% | - |
| XYZ | 38.91 | 44.9 | 33.81 | - |
| YUV | 175.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 146 | 0.08 | 0 | 0.21 | 0.28 | 82.11 | 0.21 | 0.65 |
| Hex | AA | B8 | 92 | 8 | 0 | 15 | 1C | 52 | 15 | 41 |
| Octal | 252 | 270 | 222 | 10 | 0 | 25 | 34 | 122 | 25 | 101 |
| Binary | 10101010 | 10111000 | 10010010 | 1000 | 0 | 10101 | 11100 | 1010010 | 10101 | 1000001 |
Color Harmonies of #AAB892
Complementary color
Monochromatic Colors of #AAB892
Black with #AAB892
Text Example
Text Example
White with #AAB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB892; }
p { color: rgb(170,184,146); }
H1.HeaderClassName
{
color: #AAB892;
}
.AnyTagClassName
{
color: #AAB892;
}
</style>
background-color css
<style>
a { background-color: #AAB892; }
a { background-color: rgb(170,184,146); }
div.DivClassName
{
background-color: #AAB892;
}
.BgClassName
{
background-color: #AAB892;
}
</style>
border-color css
<style>
span { border-color: #AAB892; }
span { border-color: rgb(170,184,146); }
td.TdClassName
{
border-color: #AAB892;
}
.TagClassName
{
border-color: #AAB892;
}
</style>