Shades of Norway #A2AB9B
Tints of Norway #A2AB9B
RGB
CMYK
RGB Variations
Color information
#A2AB9B (or 0xA2AB9B) is known color: Norway. HEX triplet: A2, AB and 9B. RGB value is (162,171,155). Sum of RGB (Red+Green+Blue) = 162+171+155=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB9B is #5D5464. Grayscale: #A6A6A6. Windows color (decimal): -6116453 or 10202018. OLE color: 10202018.
HSL color Cylindrical-coordinate representation of color #A2AB9B: hue angle of 93.75º degrees, saturation: 0.09, 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 #A2AB9B is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 155 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.33 |
| HSL | 93.75º | 0.09% | 0.64% | - |
| HSV(B) | 93.75º | 0.09% | 0.67% | - |
| XYZ | 35.38 | 39.17 | 36.71 | - |
| YUV | 166.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 155 | 0.05 | 0 | 0.09 | 0.33 | 93.75 | 0.09 | 0.64 |
| Hex | A2 | AB | 9B | 5 | 0 | 9 | 21 | 5E | 9 | 40 |
| Octal | 242 | 253 | 233 | 5 | 0 | 11 | 41 | 136 | 11 | 100 |
| Binary | 10100010 | 10101011 | 10011011 | 101 | 0 | 1001 | 100001 | 1011110 | 1001 | 1000000 |
Color Harmonies of #A2AB9B
Complementary color
Monochromatic Colors of #A2AB9B
Black with #A2AB9B
Text Example
Text Example
White with #A2AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB9B; }
p { color: rgb(162,171,155); }
H1.HeaderClassName
{
color: #A2AB9B;
}
.AnyTagClassName
{
color: #A2AB9B;
}
</style>
background-color css
<style>
a { background-color: #A2AB9B; }
a { background-color: rgb(162,171,155); }
div.DivClassName
{
background-color: #A2AB9B;
}
.BgClassName
{
background-color: #A2AB9B;
}
</style>
border-color css
<style>
span { border-color: #A2AB9B; }
span { border-color: rgb(162,171,155); }
td.TdClassName
{
border-color: #A2AB9B;
}
.TagClassName
{
border-color: #A2AB9B;
}
</style>