Shades of Norway #A2AD98
Tints of Norway #A2AD98
RGB
CMYK
RGB Variations
Color information
#A2AD98 (or 0xA2AD98) is known color: Norway. HEX triplet: A2, AD and 98. RGB value is (162,173,152). Sum of RGB (Red+Green+Blue) = 162+173+152=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD98 is #5D5267. Grayscale: #A7A7A7. Windows color (decimal): -6115944 or 10005922. OLE color: 10005922.
HSL color Cylindrical-coordinate representation of color #A2AD98: hue angle of 91.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2AD98 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 152 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.32 |
| HSL | 91.43º | 0.11% | 0.64% | - |
| HSV(B) | 91.43º | 0.12% | 0.68% | - |
| XYZ | 35.51 | 39.84 | 35.52 | - |
| YUV | 167.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 152 | 0.06 | 0 | 0.12 | 0.32 | 91.43 | 0.11 | 0.64 |
| Hex | A2 | AD | 98 | 6 | 0 | C | 20 | 5B | B | 40 |
| Octal | 242 | 255 | 230 | 6 | 0 | 14 | 40 | 133 | 13 | 100 |
| Binary | 10100010 | 10101101 | 10011000 | 110 | 0 | 1100 | 100000 | 1011011 | 1011 | 1000000 |
Color Harmonies of #A2AD98
Complementary color
Monochromatic Colors of #A2AD98
Black with #A2AD98
Text Example
Text Example
White with #A2AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD98; }
p { color: rgb(162,173,152); }
H1.HeaderClassName
{
color: #A2AD98;
}
.AnyTagClassName
{
color: #A2AD98;
}
</style>
background-color css
<style>
a { background-color: #A2AD98; }
a { background-color: rgb(162,173,152); }
div.DivClassName
{
background-color: #A2AD98;
}
.BgClassName
{
background-color: #A2AD98;
}
</style>
border-color css
<style>
span { border-color: #A2AD98; }
span { border-color: rgb(162,173,152); }
td.TdClassName
{
border-color: #A2AD98;
}
.TagClassName
{
border-color: #A2AD98;
}
</style>