Shades of Norway #A1AD95
Tints of Norway #A1AD95
RGB
CMYK
RGB Variations
Color information
#A1AD95 (or 0xA1AD95) is known color: Norway. HEX triplet: A1, AD and 95. RGB value is (161,173,149). Sum of RGB (Red+Green+Blue) = 161+173+149=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD95 is #5E526A. Grayscale: #A6A6A6. Windows color (decimal): -6181483 or 9809313. OLE color: 9809313.
HSL color Cylindrical-coordinate representation of color #A1AD95: hue angle of 90º 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 #A1AD95 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 149 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.32 |
| HSL | 90º | 0.13% | 0.63% | - |
| HSV(B) | 90º | 0.14% | 0.68% | - |
| XYZ | 35.07 | 39.63 | 34.24 | - |
| YUV | 166.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 149 | 0.07 | 0 | 0.14 | 0.32 | 90 | 0.13 | 0.63 |
| Hex | A1 | AD | 95 | 7 | 0 | E | 20 | 5A | D | 3F |
| Octal | 241 | 255 | 225 | 7 | 0 | 16 | 40 | 132 | 15 | 77 |
| Binary | 10100001 | 10101101 | 10010101 | 111 | 0 | 1110 | 100000 | 1011010 | 1101 | 111111 |
Color Harmonies of #A1AD95
Complementary color
Monochromatic Colors of #A1AD95
Black with #A1AD95
Text Example
Text Example
White with #A1AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD95; }
p { color: rgb(161,173,149); }
H1.HeaderClassName
{
color: #A1AD95;
}
.AnyTagClassName
{
color: #A1AD95;
}
</style>
background-color css
<style>
a { background-color: #A1AD95; }
a { background-color: rgb(161,173,149); }
div.DivClassName
{
background-color: #A1AD95;
}
.BgClassName
{
background-color: #A1AD95;
}
</style>
border-color css
<style>
span { border-color: #A1AD95; }
span { border-color: rgb(161,173,149); }
td.TdClassName
{
border-color: #A1AD95;
}
.TagClassName
{
border-color: #A1AD95;
}
</style>