Shades of Norway #A1AA97
Tints of Norway #A1AA97
RGB
CMYK
RGB Variations
Color information
#A1AA97 (or 0xA1AA97) is known color: Norway. HEX triplet: A1, AA and 97. RGB value is (161,170,151). Sum of RGB (Red+Green+Blue) = 161+170+151=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA97 is #5E5568. Grayscale: #A5A5A5. Windows color (decimal): -6182249 or 9939617. OLE color: 9939617.
HSL color Cylindrical-coordinate representation of color #A1AA97: hue angle of 88.42º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1AA97 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 151 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.33 |
| HSL | 88.42º | 0.1% | 0.63% | - |
| HSV(B) | 88.42º | 0.11% | 0.67% | - |
| XYZ | 34.66 | 38.56 | 34.89 | - |
| YUV | 165.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 151 | 0.05 | 0 | 0.11 | 0.33 | 88.42 | 0.1 | 0.63 |
| Hex | A1 | AA | 97 | 5 | 0 | B | 21 | 58 | A | 3F |
| Octal | 241 | 252 | 227 | 5 | 0 | 13 | 41 | 130 | 12 | 77 |
| Binary | 10100001 | 10101010 | 10010111 | 101 | 0 | 1011 | 100001 | 1011000 | 1010 | 111111 |
Color Harmonies of #A1AA97
Complementary color
Monochromatic Colors of #A1AA97
Black with #A1AA97
Text Example
Text Example
White with #A1AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA97; }
p { color: rgb(161,170,151); }
H1.HeaderClassName
{
color: #A1AA97;
}
.AnyTagClassName
{
color: #A1AA97;
}
</style>
background-color css
<style>
a { background-color: #A1AA97; }
a { background-color: rgb(161,170,151); }
div.DivClassName
{
background-color: #A1AA97;
}
.BgClassName
{
background-color: #A1AA97;
}
</style>
border-color css
<style>
span { border-color: #A1AA97; }
span { border-color: rgb(161,170,151); }
td.TdClassName
{
border-color: #A1AA97;
}
.TagClassName
{
border-color: #A1AA97;
}
</style>