Shades of Norway #A2AD9B
Tints of Norway #A2AD9B
RGB
CMYK
RGB Variations
Color information
#A2AD9B (or 0xA2AD9B) is known color: Norway. HEX triplet: A2, AD and 9B. RGB value is (162,173,155). Sum of RGB (Red+Green+Blue) = 162+173+155=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD9B is #5D5264. Grayscale: #A7A7A7. Windows color (decimal): -6115941 or 10202530. OLE color: 10202530.
HSL color Cylindrical-coordinate representation of color #A2AD9B: hue angle of 96.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2AD9B is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 155 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.32 |
| HSL | 96.67º | 0.1% | 0.64% | - |
| HSV(B) | 96.67º | 0.1% | 0.68% | - |
| XYZ | 35.76 | 39.94 | 36.83 | - |
| YUV | 167.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 155 | 0.06 | 0 | 0.10 | 0.32 | 96.67 | 0.1 | 0.64 |
| Hex | A2 | AD | 9B | 6 | 0 | A | 20 | 61 | A | 40 |
| Octal | 242 | 255 | 233 | 6 | 0 | 12 | 40 | 141 | 12 | 100 |
| Binary | 10100010 | 10101101 | 10011011 | 110 | 0 | 1010 | 100000 | 1100001 | 1010 | 1000000 |
Color Harmonies of #A2AD9B
Complementary color
Monochromatic Colors of #A2AD9B
Black with #A2AD9B
Text Example
Text Example
White with #A2AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD9B; }
p { color: rgb(162,173,155); }
H1.HeaderClassName
{
color: #A2AD9B;
}
.AnyTagClassName
{
color: #A2AD9B;
}
</style>
background-color css
<style>
a { background-color: #A2AD9B; }
a { background-color: rgb(162,173,155); }
div.DivClassName
{
background-color: #A2AD9B;
}
.BgClassName
{
background-color: #A2AD9B;
}
</style>
border-color css
<style>
span { border-color: #A2AD9B; }
span { border-color: rgb(162,173,155); }
td.TdClassName
{
border-color: #A2AD9B;
}
.TagClassName
{
border-color: #A2AD9B;
}
</style>