Shades of Norway #A1AB99
Tints of Norway #A1AB99
RGB
CMYK
RGB Variations
Color information
#A1AB99 (or 0xA1AB99) is known color: Norway. HEX triplet: A1, AB and 99. RGB value is (161,171,153). Sum of RGB (Red+Green+Blue) = 161+171+153=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB99 is #5E5466. Grayscale: #A6A6A6. Windows color (decimal): -6181991 or 10070945. OLE color: 10070945.
HSL color Cylindrical-coordinate representation of color #A1AB99: hue angle of 93.33º 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 #A1AB99 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 153 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.33 |
| HSL | 93.33º | 0.1% | 0.64% | - |
| HSV(B) | 93.33º | 0.11% | 0.67% | - |
| XYZ | 35.01 | 39 | 35.82 | - |
| YUV | 165.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 153 | 0.06 | 0 | 0.11 | 0.33 | 93.33 | 0.1 | 0.64 |
| Hex | A1 | AB | 99 | 6 | 0 | B | 21 | 5D | A | 40 |
| Octal | 241 | 253 | 231 | 6 | 0 | 13 | 41 | 135 | 12 | 100 |
| Binary | 10100001 | 10101011 | 10011001 | 110 | 0 | 1011 | 100001 | 1011101 | 1010 | 1000000 |
Color Harmonies of #A1AB99
Complementary color
Monochromatic Colors of #A1AB99
Black with #A1AB99
Text Example
Text Example
White with #A1AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB99; }
p { color: rgb(161,171,153); }
H1.HeaderClassName
{
color: #A1AB99;
}
.AnyTagClassName
{
color: #A1AB99;
}
</style>
background-color css
<style>
a { background-color: #A1AB99; }
a { background-color: rgb(161,171,153); }
div.DivClassName
{
background-color: #A1AB99;
}
.BgClassName
{
background-color: #A1AB99;
}
</style>
border-color css
<style>
span { border-color: #A1AB99; }
span { border-color: rgb(161,171,153); }
td.TdClassName
{
border-color: #A1AB99;
}
.TagClassName
{
border-color: #A1AB99;
}
</style>