Shades of Norway #A1AD93
Tints of Norway #A1AD93
RGB
CMYK
RGB Variations
Color information
#A1AD93 (or 0xA1AD93) is known color: Norway. HEX triplet: A1, AD and 93. RGB value is (161,173,147). Sum of RGB (Red+Green+Blue) = 161+173+147=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD93 is #5E526C. Grayscale: #A6A6A6. Windows color (decimal): -6181485 or 9678241. OLE color: 9678241.
HSL color Cylindrical-coordinate representation of color #A1AD93: hue angle of 87.69º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AD93 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 147 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.32 |
| HSL | 87.69º | 0.14% | 0.63% | - |
| HSV(B) | 87.69º | 0.15% | 0.68% | - |
| XYZ | 34.91 | 39.57 | 33.4 | - |
| YUV | 166.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 147 | 0.07 | 0 | 0.15 | 0.32 | 87.69 | 0.14 | 0.63 |
| Hex | A1 | AD | 93 | 7 | 0 | F | 20 | 58 | E | 3F |
| Octal | 241 | 255 | 223 | 7 | 0 | 17 | 40 | 130 | 16 | 77 |
| Binary | 10100001 | 10101101 | 10010011 | 111 | 0 | 1111 | 100000 | 1011000 | 1110 | 111111 |
Color Harmonies of #A1AD93
Complementary color
Monochromatic Colors of #A1AD93
Black with #A1AD93
Text Example
Text Example
White with #A1AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD93; }
p { color: rgb(161,173,147); }
H1.HeaderClassName
{
color: #A1AD93;
}
.AnyTagClassName
{
color: #A1AD93;
}
</style>
background-color css
<style>
a { background-color: #A1AD93; }
a { background-color: rgb(161,173,147); }
div.DivClassName
{
background-color: #A1AD93;
}
.BgClassName
{
background-color: #A1AD93;
}
</style>
border-color css
<style>
span { border-color: #A1AD93; }
span { border-color: rgb(161,173,147); }
td.TdClassName
{
border-color: #A1AD93;
}
.TagClassName
{
border-color: #A1AD93;
}
</style>