Shades of Norway #A1AF89
Tints of Norway #A1AF89
RGB
CMYK
RGB Variations
Color information
#A1AF89 (or 0xA1AF89) is known color: Norway. HEX triplet: A1, AF and 89. RGB value is (161,175,137). Sum of RGB (Red+Green+Blue) = 161+175+137=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF89 is #5E5076. Grayscale: #A6A6A6. Windows color (decimal): -6180983 or 9023393. OLE color: 9023393.
HSL color Cylindrical-coordinate representation of color #A1AF89: hue angle of 82.11º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AF89 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 137 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.31 |
| HSL | 82.11º | 0.19% | 0.61% | - |
| HSV(B) | 82.11º | 0.22% | 0.69% | - |
| XYZ | 34.54 | 40.04 | 29.58 | - |
| YUV | 166.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 137 | 0.08 | 0 | 0.22 | 0.31 | 82.11 | 0.19 | 0.61 |
| Hex | A1 | AF | 89 | 8 | 0 | 16 | 1F | 52 | 13 | 3D |
| Octal | 241 | 257 | 211 | 10 | 0 | 26 | 37 | 122 | 23 | 75 |
| Binary | 10100001 | 10101111 | 10001001 | 1000 | 0 | 10110 | 11111 | 1010010 | 10011 | 111101 |
Color Harmonies of #A1AF89
Complementary color
Monochromatic Colors of #A1AF89
Black with #A1AF89
Text Example
Text Example
White with #A1AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF89; }
p { color: rgb(161,175,137); }
H1.HeaderClassName
{
color: #A1AF89;
}
.AnyTagClassName
{
color: #A1AF89;
}
</style>
background-color css
<style>
a { background-color: #A1AF89; }
a { background-color: rgb(161,175,137); }
div.DivClassName
{
background-color: #A1AF89;
}
.BgClassName
{
background-color: #A1AF89;
}
</style>
border-color css
<style>
span { border-color: #A1AF89; }
span { border-color: rgb(161,175,137); }
td.TdClassName
{
border-color: #A1AF89;
}
.TagClassName
{
border-color: #A1AF89;
}
</style>