Shades of Norway #A2AD94
Tints of Norway #A2AD94
RGB
CMYK
RGB Variations
Color information
#A2AD94 (or 0xA2AD94) is known color: Norway. HEX triplet: A2, AD and 94. RGB value is (162,173,148). Sum of RGB (Red+Green+Blue) = 162+173+148=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD94 is #5D526B. Grayscale: #A6A6A6. Windows color (decimal): -6115948 or 9743778. OLE color: 9743778.
HSL color Cylindrical-coordinate representation of color #A2AD94: hue angle of 86.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2AD94 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 148 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.32 |
| HSL | 86.4º | 0.13% | 0.63% | - |
| HSV(B) | 86.4º | 0.14% | 0.68% | - |
| XYZ | 35.19 | 39.71 | 33.83 | - |
| YUV | 166.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 148 | 0.06 | 0 | 0.14 | 0.32 | 86.4 | 0.13 | 0.63 |
| Hex | A2 | AD | 94 | 6 | 0 | E | 20 | 56 | D | 3F |
| Octal | 242 | 255 | 224 | 6 | 0 | 16 | 40 | 126 | 15 | 77 |
| Binary | 10100010 | 10101101 | 10010100 | 110 | 0 | 1110 | 100000 | 1010110 | 1101 | 111111 |
Color Harmonies of #A2AD94
Complementary color
Monochromatic Colors of #A2AD94
Black with #A2AD94
Text Example
Text Example
White with #A2AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD94; }
p { color: rgb(162,173,148); }
H1.HeaderClassName
{
color: #A2AD94;
}
.AnyTagClassName
{
color: #A2AD94;
}
</style>
background-color css
<style>
a { background-color: #A2AD94; }
a { background-color: rgb(162,173,148); }
div.DivClassName
{
background-color: #A2AD94;
}
.BgClassName
{
background-color: #A2AD94;
}
</style>
border-color css
<style>
span { border-color: #A2AD94; }
span { border-color: rgb(162,173,148); }
td.TdClassName
{
border-color: #A2AD94;
}
.TagClassName
{
border-color: #A2AD94;
}
</style>