Shades of Norway #A1AD9A
Tints of Norway #A1AD9A
RGB
CMYK
RGB Variations
Color information
#A1AD9A (or 0xA1AD9A) is known color: Norway. HEX triplet: A1, AD and 9A. RGB value is (161,173,154). Sum of RGB (Red+Green+Blue) = 161+173+154=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD9A is #5E5265. Grayscale: #A7A7A7. Windows color (decimal): -6181478 or 10136993. OLE color: 10136993.
HSL color Cylindrical-coordinate representation of color #A1AD9A: hue angle of 97.89º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1AD9A is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 154 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.32 |
| HSL | 97.89º | 0.1% | 0.64% | - |
| HSV(B) | 97.89º | 0.11% | 0.68% | - |
| XYZ | 35.47 | 39.8 | 36.38 | - |
| YUV | 167.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 154 | 0.07 | 0 | 0.11 | 0.32 | 97.89 | 0.1 | 0.64 |
| Hex | A1 | AD | 9A | 7 | 0 | B | 20 | 62 | A | 40 |
| Octal | 241 | 255 | 232 | 7 | 0 | 13 | 40 | 142 | 12 | 100 |
| Binary | 10100001 | 10101101 | 10011010 | 111 | 0 | 1011 | 100000 | 1100010 | 1010 | 1000000 |
Color Harmonies of #A1AD9A
Complementary color
Monochromatic Colors of #A1AD9A
Black with #A1AD9A
Text Example
Text Example
White with #A1AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD9A; }
p { color: rgb(161,173,154); }
H1.HeaderClassName
{
color: #A1AD9A;
}
.AnyTagClassName
{
color: #A1AD9A;
}
</style>
background-color css
<style>
a { background-color: #A1AD9A; }
a { background-color: rgb(161,173,154); }
div.DivClassName
{
background-color: #A1AD9A;
}
.BgClassName
{
background-color: #A1AD9A;
}
</style>
border-color css
<style>
span { border-color: #A1AD9A; }
span { border-color: rgb(161,173,154); }
td.TdClassName
{
border-color: #A1AD9A;
}
.TagClassName
{
border-color: #A1AD9A;
}
</style>