Shades of Norway #A1AF96
Tints of Norway #A1AF96
RGB
CMYK
RGB Variations
Color information
#A1AF96 (or 0xA1AF96) is known color: Norway. HEX triplet: A1, AF and 96. RGB value is (161,175,150). Sum of RGB (Red+Green+Blue) = 161+175+150=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF96 is #5E5069. Grayscale: #A8A8A8. Windows color (decimal): -6180970 or 9875361. OLE color: 9875361.
HSL color Cylindrical-coordinate representation of color #A1AF96: hue angle of 93.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1AF96 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 150 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.31 |
| HSL | 93.6º | 0.14% | 0.64% | - |
| HSV(B) | 93.6º | 0.14% | 0.69% | - |
| XYZ | 35.53 | 40.44 | 34.79 | - |
| YUV | 167.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 150 | 0.08 | 0 | 0.14 | 0.31 | 93.6 | 0.14 | 0.64 |
| Hex | A1 | AF | 96 | 8 | 0 | E | 1F | 5E | E | 40 |
| Octal | 241 | 257 | 226 | 10 | 0 | 16 | 37 | 136 | 16 | 100 |
| Binary | 10100001 | 10101111 | 10010110 | 1000 | 0 | 1110 | 11111 | 1011110 | 1110 | 1000000 |
Color Harmonies of #A1AF96
Complementary color
Monochromatic Colors of #A1AF96
Black with #A1AF96
Text Example
Text Example
White with #A1AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF96; }
p { color: rgb(161,175,150); }
H1.HeaderClassName
{
color: #A1AF96;
}
.AnyTagClassName
{
color: #A1AF96;
}
</style>
background-color css
<style>
a { background-color: #A1AF96; }
a { background-color: rgb(161,175,150); }
div.DivClassName
{
background-color: #A1AF96;
}
.BgClassName
{
background-color: #A1AF96;
}
</style>
border-color css
<style>
span { border-color: #A1AF96; }
span { border-color: rgb(161,175,150); }
td.TdClassName
{
border-color: #A1AF96;
}
.TagClassName
{
border-color: #A1AF96;
}
</style>