Shades of Norway #AABD8C
Tints of Norway #AABD8C
RGB
CMYK
RGB Variations
Color information
#AABD8C (or 0xAABD8C) is known color: Norway. HEX triplet: AA, BD and 8C. RGB value is (170,189,140). Sum of RGB (Red+Green+Blue) = 170+189+140=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8C is #554273. Grayscale: #B1B1B1. Windows color (decimal): -5587572 or 9223594. OLE color: 9223594.
HSL color Cylindrical-coordinate representation of color #AABD8C: hue angle of 83.27º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABD8C is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 140 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.26 |
| HSL | 83.27º | 0.27% | 0.65% | - |
| HSV(B) | 83.27º | 0.26% | 0.74% | - |
| XYZ | 39.51 | 46.83 | 31.77 | - |
| YUV | 177.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 140 | 0.10 | 0 | 0.26 | 0.26 | 83.27 | 0.27 | 0.65 |
| Hex | AA | BD | 8C | A | 0 | 1A | 1A | 53 | 1B | 41 |
| Octal | 252 | 275 | 214 | 12 | 0 | 32 | 32 | 123 | 33 | 101 |
| Binary | 10101010 | 10111101 | 10001100 | 1010 | 0 | 11010 | 11010 | 1010011 | 11011 | 1000001 |
Color Harmonies of #AABD8C
Complementary color
Monochromatic Colors of #AABD8C
Black with #AABD8C
Text Example
Text Example
White with #AABD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD8C; }
p { color: rgb(170,189,140); }
H1.HeaderClassName
{
color: #AABD8C;
}
.AnyTagClassName
{
color: #AABD8C;
}
</style>
background-color css
<style>
a { background-color: #AABD8C; }
a { background-color: rgb(170,189,140); }
div.DivClassName
{
background-color: #AABD8C;
}
.BgClassName
{
background-color: #AABD8C;
}
</style>
border-color css
<style>
span { border-color: #AABD8C; }
span { border-color: rgb(170,189,140); }
td.TdClassName
{
border-color: #AABD8C;
}
.TagClassName
{
border-color: #AABD8C;
}
</style>