Shades of Norway #A1AD92
Tints of Norway #A1AD92
RGB
CMYK
RGB Variations
Color information
#A1AD92 (or 0xA1AD92) is known color: Norway. HEX triplet: A1, AD and 92. RGB value is (161,173,146). Sum of RGB (Red+Green+Blue) = 161+173+146=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD92 is #5E526D. Grayscale: #A6A6A6. Windows color (decimal): -6181486 or 9612705. OLE color: 9612705.
HSL color Cylindrical-coordinate representation of color #A1AD92: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1AD92 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 146 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.32 |
| HSL | 86.67º | 0.14% | 0.63% | - |
| HSV(B) | 86.67º | 0.16% | 0.68% | - |
| XYZ | 34.83 | 39.54 | 32.99 | - |
| YUV | 166.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 146 | 0.07 | 0 | 0.16 | 0.32 | 86.67 | 0.14 | 0.63 |
| Hex | A1 | AD | 92 | 7 | 0 | 10 | 20 | 57 | E | 3F |
| Octal | 241 | 255 | 222 | 7 | 0 | 20 | 40 | 127 | 16 | 77 |
| Binary | 10100001 | 10101101 | 10010010 | 111 | 0 | 10000 | 100000 | 1010111 | 1110 | 111111 |
Color Harmonies of #A1AD92
Complementary color
Monochromatic Colors of #A1AD92
Black with #A1AD92
Text Example
Text Example
White with #A1AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD92; }
p { color: rgb(161,173,146); }
H1.HeaderClassName
{
color: #A1AD92;
}
.AnyTagClassName
{
color: #A1AD92;
}
</style>
background-color css
<style>
a { background-color: #A1AD92; }
a { background-color: rgb(161,173,146); }
div.DivClassName
{
background-color: #A1AD92;
}
.BgClassName
{
background-color: #A1AD92;
}
</style>
border-color css
<style>
span { border-color: #A1AD92; }
span { border-color: rgb(161,173,146); }
td.TdClassName
{
border-color: #A1AD92;
}
.TagClassName
{
border-color: #A1AD92;
}
</style>