Shades of Norway #AAB79B
Tints of Norway #AAB79B
RGB
CMYK
RGB Variations
Color information
#AAB79B (or 0xAAB79B) is known color: Norway. HEX triplet: AA, B7 and 9B. RGB value is (170,183,155). Sum of RGB (Red+Green+Blue) = 170+183+155=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB79B is #554864. Grayscale: #B0B0B0. Windows color (decimal): -5589093 or 10205098. OLE color: 10205098.
HSL color Cylindrical-coordinate representation of color #AAB79B: hue angle of 87.86º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB79B is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 155 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.28 |
| HSL | 87.86º | 0.16% | 0.66% | - |
| HSV(B) | 87.86º | 0.15% | 0.72% | - |
| XYZ | 39.43 | 44.78 | 37.58 | - |
| YUV | 175.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 155 | 0.07 | 0 | 0.15 | 0.28 | 87.86 | 0.16 | 0.66 |
| Hex | AA | B7 | 9B | 7 | 0 | F | 1C | 58 | 10 | 42 |
| Octal | 252 | 267 | 233 | 7 | 0 | 17 | 34 | 130 | 20 | 102 |
| Binary | 10101010 | 10110111 | 10011011 | 111 | 0 | 1111 | 11100 | 1011000 | 10000 | 1000010 |
Color Harmonies of #AAB79B
Complementary color
Monochromatic Colors of #AAB79B
Black with #AAB79B
Text Example
Text Example
White with #AAB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB79B; }
p { color: rgb(170,183,155); }
H1.HeaderClassName
{
color: #AAB79B;
}
.AnyTagClassName
{
color: #AAB79B;
}
</style>
background-color css
<style>
a { background-color: #AAB79B; }
a { background-color: rgb(170,183,155); }
div.DivClassName
{
background-color: #AAB79B;
}
.BgClassName
{
background-color: #AAB79B;
}
</style>
border-color css
<style>
span { border-color: #AAB79B; }
span { border-color: rgb(170,183,155); }
td.TdClassName
{
border-color: #AAB79B;
}
.TagClassName
{
border-color: #AAB79B;
}
</style>