Shades of Norway #A1AF92
Tints of Norway #A1AF92
RGB
CMYK
RGB Variations
Color information
#A1AF92 (or 0xA1AF92) is known color: Norway. HEX triplet: A1, AF and 92. RGB value is (161,175,146). Sum of RGB (Red+Green+Blue) = 161+175+146=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF92 is #5E506D. Grayscale: #A7A7A7. Windows color (decimal): -6180974 or 9613217. OLE color: 9613217.
HSL color Cylindrical-coordinate representation of color #A1AF92: hue angle of 88.97º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1AF92 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 146 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.31 |
| HSL | 88.97º | 0.15% | 0.63% | - |
| HSV(B) | 88.97º | 0.17% | 0.69% | - |
| XYZ | 35.22 | 40.31 | 33.12 | - |
| YUV | 167.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 146 | 0.08 | 0 | 0.17 | 0.31 | 88.97 | 0.15 | 0.63 |
| Hex | A1 | AF | 92 | 8 | 0 | 11 | 1F | 59 | F | 3F |
| Octal | 241 | 257 | 222 | 10 | 0 | 21 | 37 | 131 | 17 | 77 |
| Binary | 10100001 | 10101111 | 10010010 | 1000 | 0 | 10001 | 11111 | 1011001 | 1111 | 111111 |
Color Harmonies of #A1AF92
Complementary color
Monochromatic Colors of #A1AF92
Black with #A1AF92
Text Example
Text Example
White with #A1AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF92; }
p { color: rgb(161,175,146); }
H1.HeaderClassName
{
color: #A1AF92;
}
.AnyTagClassName
{
color: #A1AF92;
}
</style>
background-color css
<style>
a { background-color: #A1AF92; }
a { background-color: rgb(161,175,146); }
div.DivClassName
{
background-color: #A1AF92;
}
.BgClassName
{
background-color: #A1AF92;
}
</style>
border-color css
<style>
span { border-color: #A1AF92; }
span { border-color: rgb(161,175,146); }
td.TdClassName
{
border-color: #A1AF92;
}
.TagClassName
{
border-color: #A1AF92;
}
</style>