Shades of Norway #A1AF95
Tints of Norway #A1AF95
RGB
CMYK
RGB Variations
Color information
#A1AF95 (or 0xA1AF95) is known color: Norway. HEX triplet: A1, AF and 95. RGB value is (161,175,149). Sum of RGB (Red+Green+Blue) = 161+175+149=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF95 is #5E506A. Grayscale: #A7A7A7. Windows color (decimal): -6180971 or 9809825. OLE color: 9809825.
HSL color Cylindrical-coordinate representation of color #A1AF95: hue angle of 92.31º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AF95 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 149 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.31 |
| HSL | 92.31º | 0.14% | 0.64% | - |
| HSV(B) | 92.31º | 0.15% | 0.69% | - |
| XYZ | 35.45 | 40.41 | 34.36 | - |
| YUV | 167.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 149 | 0.08 | 0 | 0.15 | 0.31 | 92.31 | 0.14 | 0.64 |
| Hex | A1 | AF | 95 | 8 | 0 | F | 1F | 5C | E | 40 |
| Octal | 241 | 257 | 225 | 10 | 0 | 17 | 37 | 134 | 16 | 100 |
| Binary | 10100001 | 10101111 | 10010101 | 1000 | 0 | 1111 | 11111 | 1011100 | 1110 | 1000000 |
Color Harmonies of #A1AF95
Complementary color
Monochromatic Colors of #A1AF95
Black with #A1AF95
Text Example
Text Example
White with #A1AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF95; }
p { color: rgb(161,175,149); }
H1.HeaderClassName
{
color: #A1AF95;
}
.AnyTagClassName
{
color: #A1AF95;
}
</style>
background-color css
<style>
a { background-color: #A1AF95; }
a { background-color: rgb(161,175,149); }
div.DivClassName
{
background-color: #A1AF95;
}
.BgClassName
{
background-color: #A1AF95;
}
</style>
border-color css
<style>
span { border-color: #A1AF95; }
span { border-color: rgb(161,175,149); }
td.TdClassName
{
border-color: #A1AF95;
}
.TagClassName
{
border-color: #A1AF95;
}
</style>