Shades of Norway #AAB79E
Tints of Norway #AAB79E
RGB
CMYK
RGB Variations
Color information
#AAB79E (or 0xAAB79E) is known color: Norway. HEX triplet: AA, B7 and 9E. RGB value is (170,183,158). Sum of RGB (Red+Green+Blue) = 170+183+158=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79E is #554861. Grayscale: #B0B0B0. Windows color (decimal): -5589090 or 10401706. OLE color: 10401706.
HSL color Cylindrical-coordinate representation of color #AAB79E: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB79E is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 158 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.28 |
| HSL | 91.2º | 0.15% | 0.67% | - |
| HSV(B) | 91.2º | 0.14% | 0.72% | - |
| XYZ | 39.68 | 44.88 | 38.92 | - |
| YUV | 176.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 158 | 0.07 | 0 | 0.14 | 0.28 | 91.2 | 0.15 | 0.67 |
| Hex | AA | B7 | 9E | 7 | 0 | E | 1C | 5B | F | 43 |
| Octal | 252 | 267 | 236 | 7 | 0 | 16 | 34 | 133 | 17 | 103 |
| Binary | 10101010 | 10110111 | 10011110 | 111 | 0 | 1110 | 11100 | 1011011 | 1111 | 1000011 |
Color Harmonies of #AAB79E
Complementary color
Monochromatic Colors of #AAB79E
Black with #AAB79E
Text Example
Text Example
White with #AAB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB79E; }
p { color: rgb(170,183,158); }
H1.HeaderClassName
{
color: #AAB79E;
}
.AnyTagClassName
{
color: #AAB79E;
}
</style>
background-color css
<style>
a { background-color: #AAB79E; }
a { background-color: rgb(170,183,158); }
div.DivClassName
{
background-color: #AAB79E;
}
.BgClassName
{
background-color: #AAB79E;
}
</style>
border-color css
<style>
span { border-color: #AAB79E; }
span { border-color: rgb(170,183,158); }
td.TdClassName
{
border-color: #AAB79E;
}
.TagClassName
{
border-color: #AAB79E;
}
</style>