Shades of Norway #A1AA98
Tints of Norway #A1AA98
RGB
CMYK
RGB Variations
Color information
#A1AA98 (or 0xA1AA98) is known color: Norway. HEX triplet: A1, AA and 98. RGB value is (161,170,152). Sum of RGB (Red+Green+Blue) = 161+170+152=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA98 is #5E5567. Grayscale: #A5A5A5. Windows color (decimal): -6182248 or 10005153. OLE color: 10005153.
HSL color Cylindrical-coordinate representation of color #A1AA98: hue angle of 90º 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 #A1AA98 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 152 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.33 |
| HSL | 90º | 0.1% | 0.63% | - |
| HSV(B) | 90º | 0.11% | 0.67% | - |
| XYZ | 34.74 | 38.59 | 35.32 | - |
| YUV | 165.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 152 | 0.05 | 0 | 0.11 | 0.33 | 90 | 0.1 | 0.63 |
| Hex | A1 | AA | 98 | 5 | 0 | B | 21 | 5A | A | 3F |
| Octal | 241 | 252 | 230 | 5 | 0 | 13 | 41 | 132 | 12 | 77 |
| Binary | 10100001 | 10101010 | 10011000 | 101 | 0 | 1011 | 100001 | 1011010 | 1010 | 111111 |
Color Harmonies of #A1AA98
Complementary color
Monochromatic Colors of #A1AA98
Black with #A1AA98
Text Example
Text Example
White with #A1AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA98; }
p { color: rgb(161,170,152); }
H1.HeaderClassName
{
color: #A1AA98;
}
.AnyTagClassName
{
color: #A1AA98;
}
</style>
background-color css
<style>
a { background-color: #A1AA98; }
a { background-color: rgb(161,170,152); }
div.DivClassName
{
background-color: #A1AA98;
}
.BgClassName
{
background-color: #A1AA98;
}
</style>
border-color css
<style>
span { border-color: #A1AA98; }
span { border-color: rgb(161,170,152); }
td.TdClassName
{
border-color: #A1AA98;
}
.TagClassName
{
border-color: #A1AA98;
}
</style>