Shades of Norway #A1AC93
Tints of Norway #A1AC93
RGB
CMYK
RGB Variations
Color information
#A1AC93 (or 0xA1AC93) is known color: Norway. HEX triplet: A1, AC and 93. RGB value is (161,172,147). Sum of RGB (Red+Green+Blue) = 161+172+147=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC93 is #5E536C. Grayscale: #A5A5A5. Windows color (decimal): -6181741 or 9677985. OLE color: 9677985.
HSL color Cylindrical-coordinate representation of color #A1AC93: hue angle of 86.4º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AC93 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 147 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.33 |
| HSL | 86.4º | 0.13% | 0.63% | - |
| HSV(B) | 86.4º | 0.15% | 0.67% | - |
| XYZ | 34.72 | 39.19 | 33.34 | - |
| YUV | 165.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 147 | 0.06 | 0 | 0.15 | 0.33 | 86.4 | 0.13 | 0.63 |
| Hex | A1 | AC | 93 | 6 | 0 | F | 21 | 56 | D | 3F |
| Octal | 241 | 254 | 223 | 6 | 0 | 17 | 41 | 126 | 15 | 77 |
| Binary | 10100001 | 10101100 | 10010011 | 110 | 0 | 1111 | 100001 | 1010110 | 1101 | 111111 |
Color Harmonies of #A1AC93
Complementary color
Monochromatic Colors of #A1AC93
Black with #A1AC93
Text Example
Text Example
White with #A1AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC93; }
p { color: rgb(161,172,147); }
H1.HeaderClassName
{
color: #A1AC93;
}
.AnyTagClassName
{
color: #A1AC93;
}
</style>
background-color css
<style>
a { background-color: #A1AC93; }
a { background-color: rgb(161,172,147); }
div.DivClassName
{
background-color: #A1AC93;
}
.BgClassName
{
background-color: #A1AC93;
}
</style>
border-color css
<style>
span { border-color: #A1AC93; }
span { border-color: rgb(161,172,147); }
td.TdClassName
{
border-color: #A1AC93;
}
.TagClassName
{
border-color: #A1AC93;
}
</style>