Shades of Norway #A1AB9B
Tints of Norway #A1AB9B
RGB
CMYK
RGB Variations
Color information
#A1AB9B (or 0xA1AB9B) is known color: Norway. HEX triplet: A1, AB and 9B. RGB value is (161,171,155). Sum of RGB (Red+Green+Blue) = 161+171+155=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB9B is #5E5464. Grayscale: #A6A6A6. Windows color (decimal): -6181989 or 10202017. OLE color: 10202017.
HSL color Cylindrical-coordinate representation of color #A1AB9B: hue angle of 97.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AB9B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 155 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.33 |
| HSL | 97.5º | 0.09% | 0.64% | - |
| HSV(B) | 97.5º | 0.09% | 0.67% | - |
| XYZ | 35.18 | 39.07 | 36.7 | - |
| YUV | 166.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 155 | 0.06 | 0 | 0.09 | 0.33 | 97.5 | 0.09 | 0.64 |
| Hex | A1 | AB | 9B | 6 | 0 | 9 | 21 | 62 | 9 | 40 |
| Octal | 241 | 253 | 233 | 6 | 0 | 11 | 41 | 142 | 11 | 100 |
| Binary | 10100001 | 10101011 | 10011011 | 110 | 0 | 1001 | 100001 | 1100010 | 1001 | 1000000 |
Color Harmonies of #A1AB9B
Complementary color
Monochromatic Colors of #A1AB9B
Black with #A1AB9B
Text Example
Text Example
White with #A1AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB9B; }
p { color: rgb(161,171,155); }
H1.HeaderClassName
{
color: #A1AB9B;
}
.AnyTagClassName
{
color: #A1AB9B;
}
</style>
background-color css
<style>
a { background-color: #A1AB9B; }
a { background-color: rgb(161,171,155); }
div.DivClassName
{
background-color: #A1AB9B;
}
.BgClassName
{
background-color: #A1AB9B;
}
</style>
border-color css
<style>
span { border-color: #A1AB9B; }
span { border-color: rgb(161,171,155); }
td.TdClassName
{
border-color: #A1AB9B;
}
.TagClassName
{
border-color: #A1AB9B;
}
</style>