Shades of Norway #A3AD98
Tints of Norway #A3AD98
RGB
CMYK
RGB Variations
Color information
#A3AD98 (or 0xA3AD98) is known color: Norway. HEX triplet: A3, AD and 98. RGB value is (163,173,152). Sum of RGB (Red+Green+Blue) = 163+173+152=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AD98 is #5C5267. Grayscale: #A7A7A7. Windows color (decimal): -6050408 or 10005923. OLE color: 10005923.
HSL color Cylindrical-coordinate representation of color #A3AD98: hue angle of 88.57º 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 #A3AD98 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 152 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.32 |
| HSL | 88.57º | 0.11% | 0.64% | - |
| HSV(B) | 88.57º | 0.12% | 0.68% | - |
| XYZ | 35.72 | 39.94 | 35.53 | - |
| YUV | 167.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 152 | 0.06 | 0 | 0.12 | 0.32 | 88.57 | 0.11 | 0.64 |
| Hex | A3 | AD | 98 | 6 | 0 | C | 20 | 59 | B | 40 |
| Octal | 243 | 255 | 230 | 6 | 0 | 14 | 40 | 131 | 13 | 100 |
| Binary | 10100011 | 10101101 | 10011000 | 110 | 0 | 1100 | 100000 | 1011001 | 1011 | 1000000 |
Color Harmonies of #A3AD98
Complementary color
Monochromatic Colors of #A3AD98
Black with #A3AD98
Text Example
Text Example
White with #A3AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD98; }
p { color: rgb(163,173,152); }
H1.HeaderClassName
{
color: #A3AD98;
}
.AnyTagClassName
{
color: #A3AD98;
}
</style>
background-color css
<style>
a { background-color: #A3AD98; }
a { background-color: rgb(163,173,152); }
div.DivClassName
{
background-color: #A3AD98;
}
.BgClassName
{
background-color: #A3AD98;
}
</style>
border-color css
<style>
span { border-color: #A3AD98; }
span { border-color: rgb(163,173,152); }
td.TdClassName
{
border-color: #A3AD98;
}
.TagClassName
{
border-color: #A3AD98;
}
</style>