Shades of Norway #A1AC98
Tints of Norway #A1AC98
RGB
CMYK
RGB Variations
Color information
#A1AC98 (or 0xA1AC98) is known color: Norway. HEX triplet: A1, AC and 98. RGB value is (161,172,152). Sum of RGB (Red+Green+Blue) = 161+172+152=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC98 is #5E5367. Grayscale: #A6A6A6. Windows color (decimal): -6181736 or 10005665. OLE color: 10005665.
HSL color Cylindrical-coordinate representation of color #A1AC98: hue angle of 93º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1AC98 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 152 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.33 |
| HSL | 93º | 0.11% | 0.64% | - |
| HSV(B) | 93º | 0.12% | 0.67% | - |
| XYZ | 35.12 | 39.35 | 35.45 | - |
| YUV | 166.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 152 | 0.06 | 0 | 0.12 | 0.33 | 93 | 0.11 | 0.64 |
| Hex | A1 | AC | 98 | 6 | 0 | C | 21 | 5D | B | 40 |
| Octal | 241 | 254 | 230 | 6 | 0 | 14 | 41 | 135 | 13 | 100 |
| Binary | 10100001 | 10101100 | 10011000 | 110 | 0 | 1100 | 100001 | 1011101 | 1011 | 1000000 |
Color Harmonies of #A1AC98
Complementary color
Monochromatic Colors of #A1AC98
Black with #A1AC98
Text Example
Text Example
White with #A1AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC98; }
p { color: rgb(161,172,152); }
H1.HeaderClassName
{
color: #A1AC98;
}
.AnyTagClassName
{
color: #A1AC98;
}
</style>
background-color css
<style>
a { background-color: #A1AC98; }
a { background-color: rgb(161,172,152); }
div.DivClassName
{
background-color: #A1AC98;
}
.BgClassName
{
background-color: #A1AC98;
}
</style>
border-color css
<style>
span { border-color: #A1AC98; }
span { border-color: rgb(161,172,152); }
td.TdClassName
{
border-color: #A1AC98;
}
.TagClassName
{
border-color: #A1AC98;
}
</style>