Shades of Norway #AABF8D
Tints of Norway #AABF8D
RGB
CMYK
RGB Variations
Color information
#AABF8D (or 0xAABF8D) is known color: Norway. HEX triplet: AA, BF and 8D. RGB value is (170,191,141). Sum of RGB (Red+Green+Blue) = 170+191+141=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF8D is #554072. Grayscale: #B3B3B3. Windows color (decimal): -5587059 or 9289642. OLE color: 9289642.
HSL color Cylindrical-coordinate representation of color #AABF8D: hue angle of 85.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABF8D is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 141 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.25 |
| HSL | 85.2º | 0.28% | 0.65% | - |
| HSV(B) | 85.2º | 0.26% | 0.75% | - |
| XYZ | 40.02 | 47.73 | 32.3 | - |
| YUV | 179.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 141 | 0.11 | 0 | 0.26 | 0.25 | 85.2 | 0.28 | 0.65 |
| Hex | AA | BF | 8D | B | 0 | 1A | 19 | 55 | 1C | 41 |
| Octal | 252 | 277 | 215 | 13 | 0 | 32 | 31 | 125 | 34 | 101 |
| Binary | 10101010 | 10111111 | 10001101 | 1011 | 0 | 11010 | 11001 | 1010101 | 11100 | 1000001 |
Color Harmonies of #AABF8D
Complementary color
Monochromatic Colors of #AABF8D
Black with #AABF8D
Text Example
Text Example
White with #AABF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF8D; }
p { color: rgb(170,191,141); }
H1.HeaderClassName
{
color: #AABF8D;
}
.AnyTagClassName
{
color: #AABF8D;
}
</style>
background-color css
<style>
a { background-color: #AABF8D; }
a { background-color: rgb(170,191,141); }
div.DivClassName
{
background-color: #AABF8D;
}
.BgClassName
{
background-color: #AABF8D;
}
</style>
border-color css
<style>
span { border-color: #AABF8D; }
span { border-color: rgb(170,191,141); }
td.TdClassName
{
border-color: #AABF8D;
}
.TagClassName
{
border-color: #AABF8D;
}
</style>