Shades of Norway #A1AF88
Tints of Norway #A1AF88
RGB
CMYK
RGB Variations
Color information
#A1AF88 (or 0xA1AF88) is known color: Norway. HEX triplet: A1, AF and 88. RGB value is (161,175,136). Sum of RGB (Red+Green+Blue) = 161+175+136=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF88 is #5E5077. Grayscale: #A6A6A6. Windows color (decimal): -6180984 or 8957857. OLE color: 8957857.
HSL color Cylindrical-coordinate representation of color #A1AF88: hue angle of 81.54º degrees, saturation: 0.2, 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 #A1AF88 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 136 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.31 |
| HSL | 81.54º | 0.2% | 0.61% | - |
| HSV(B) | 81.54º | 0.22% | 0.69% | - |
| XYZ | 34.47 | 40.01 | 29.2 | - |
| YUV | 166.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 136 | 0.08 | 0 | 0.22 | 0.31 | 81.54 | 0.2 | 0.61 |
| Hex | A1 | AF | 88 | 8 | 0 | 16 | 1F | 52 | 14 | 3D |
| Octal | 241 | 257 | 210 | 10 | 0 | 26 | 37 | 122 | 24 | 75 |
| Binary | 10100001 | 10101111 | 10001000 | 1000 | 0 | 10110 | 11111 | 1010010 | 10100 | 111101 |
Color Harmonies of #A1AF88
Complementary color
Monochromatic Colors of #A1AF88
Black with #A1AF88
Text Example
Text Example
White with #A1AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF88; }
p { color: rgb(161,175,136); }
H1.HeaderClassName
{
color: #A1AF88;
}
.AnyTagClassName
{
color: #A1AF88;
}
</style>
background-color css
<style>
a { background-color: #A1AF88; }
a { background-color: rgb(161,175,136); }
div.DivClassName
{
background-color: #A1AF88;
}
.BgClassName
{
background-color: #A1AF88;
}
</style>
border-color css
<style>
span { border-color: #A1AF88; }
span { border-color: rgb(161,175,136); }
td.TdClassName
{
border-color: #A1AF88;
}
.TagClassName
{
border-color: #A1AF88;
}
</style>