Shades of Norway #A2AA9B
Tints of Norway #A2AA9B
RGB
CMYK
RGB Variations
Color information
#A2AA9B (or 0xA2AA9B) is known color: Norway. HEX triplet: A2, AA and 9B. RGB value is (162,170,155). Sum of RGB (Red+Green+Blue) = 162+170+155=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA9B is #5D5564. Grayscale: #A5A5A5. Windows color (decimal): -6116709 or 10201762. OLE color: 10201762.
HSL color Cylindrical-coordinate representation of color #A2AA9B: hue angle of 92º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2AA9B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 155 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.33 |
| HSL | 92º | 0.08% | 0.64% | - |
| HSV(B) | 92º | 0.09% | 0.67% | - |
| XYZ | 35.19 | 38.8 | 36.64 | - |
| YUV | 165.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 155 | 0.05 | 0 | 0.09 | 0.33 | 92 | 0.08 | 0.64 |
| Hex | A2 | AA | 9B | 5 | 0 | 9 | 21 | 5C | 8 | 40 |
| Octal | 242 | 252 | 233 | 5 | 0 | 11 | 41 | 134 | 10 | 100 |
| Binary | 10100010 | 10101010 | 10011011 | 101 | 0 | 1001 | 100001 | 1011100 | 1000 | 1000000 |
Color Harmonies of #A2AA9B
Complementary color
Monochromatic Colors of #A2AA9B
Black with #A2AA9B
Text Example
Text Example
White with #A2AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA9B; }
p { color: rgb(162,170,155); }
H1.HeaderClassName
{
color: #A2AA9B;
}
.AnyTagClassName
{
color: #A2AA9B;
}
</style>
background-color css
<style>
a { background-color: #A2AA9B; }
a { background-color: rgb(162,170,155); }
div.DivClassName
{
background-color: #A2AA9B;
}
.BgClassName
{
background-color: #A2AA9B;
}
</style>
border-color css
<style>
span { border-color: #A2AA9B; }
span { border-color: rgb(162,170,155); }
td.TdClassName
{
border-color: #A2AA9B;
}
.TagClassName
{
border-color: #A2AA9B;
}
</style>