Shades of Norway #A1AC99
Tints of Norway #A1AC99
RGB
CMYK
RGB Variations
Color information
#A1AC99 (or 0xA1AC99) is known color: Norway. HEX triplet: A1, AC and 99. RGB value is (161,172,153). Sum of RGB (Red+Green+Blue) = 161+172+153=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC99 is #5E5366. Grayscale: #A6A6A6. Windows color (decimal): -6181735 or 10071201. OLE color: 10071201.
HSL color Cylindrical-coordinate representation of color #A1AC99: hue angle of 94.74º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1AC99 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 153 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.33 |
| HSL | 94.74º | 0.1% | 0.64% | - |
| HSV(B) | 94.74º | 0.11% | 0.67% | - |
| XYZ | 35.2 | 39.38 | 35.88 | - |
| YUV | 166.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 153 | 0.06 | 0 | 0.11 | 0.33 | 94.74 | 0.1 | 0.64 |
| Hex | A1 | AC | 99 | 6 | 0 | B | 21 | 5F | A | 40 |
| Octal | 241 | 254 | 231 | 6 | 0 | 13 | 41 | 137 | 12 | 100 |
| Binary | 10100001 | 10101100 | 10011001 | 110 | 0 | 1011 | 100001 | 1011111 | 1010 | 1000000 |
Color Harmonies of #A1AC99
Complementary color
Monochromatic Colors of #A1AC99
Black with #A1AC99
Text Example
Text Example
White with #A1AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC99; }
p { color: rgb(161,172,153); }
H1.HeaderClassName
{
color: #A1AC99;
}
.AnyTagClassName
{
color: #A1AC99;
}
</style>
background-color css
<style>
a { background-color: #A1AC99; }
a { background-color: rgb(161,172,153); }
div.DivClassName
{
background-color: #A1AC99;
}
.BgClassName
{
background-color: #A1AC99;
}
</style>
border-color css
<style>
span { border-color: #A1AC99; }
span { border-color: rgb(161,172,153); }
td.TdClassName
{
border-color: #A1AC99;
}
.TagClassName
{
border-color: #A1AC99;
}
</style>