Shades of Norway #AABC8B
Tints of Norway #AABC8B
RGB
CMYK
RGB Variations
Color information
#AABC8B (or 0xAABC8B) is known color: Norway. HEX triplet: AA, BC and 8B. RGB value is (170,188,139). Sum of RGB (Red+Green+Blue) = 170+188+139=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC8B is #554374. Grayscale: #B1B1B1. Windows color (decimal): -5587829 or 9157802. OLE color: 9157802.
HSL color Cylindrical-coordinate representation of color #AABC8B: hue angle of 82.04º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABC8B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 139 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.26 |
| HSL | 82.04º | 0.27% | 0.64% | - |
| HSV(B) | 82.04º | 0.26% | 0.74% | - |
| XYZ | 39.22 | 46.38 | 31.31 | - |
| YUV | 177.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 139 | 0.10 | 0 | 0.26 | 0.26 | 82.04 | 0.27 | 0.64 |
| Hex | AA | BC | 8B | A | 0 | 1A | 1A | 52 | 1B | 40 |
| Octal | 252 | 274 | 213 | 12 | 0 | 32 | 32 | 122 | 33 | 100 |
| Binary | 10101010 | 10111100 | 10001011 | 1010 | 0 | 11010 | 11010 | 1010010 | 11011 | 1000000 |
Color Harmonies of #AABC8B
Complementary color
Monochromatic Colors of #AABC8B
Black with #AABC8B
Text Example
Text Example
White with #AABC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC8B; }
p { color: rgb(170,188,139); }
H1.HeaderClassName
{
color: #AABC8B;
}
.AnyTagClassName
{
color: #AABC8B;
}
</style>
background-color css
<style>
a { background-color: #AABC8B; }
a { background-color: rgb(170,188,139); }
div.DivClassName
{
background-color: #AABC8B;
}
.BgClassName
{
background-color: #AABC8B;
}
</style>
border-color css
<style>
span { border-color: #AABC8B; }
span { border-color: rgb(170,188,139); }
td.TdClassName
{
border-color: #AABC8B;
}
.TagClassName
{
border-color: #AABC8B;
}
</style>