Shades of Norway #A3AF91
Tints of Norway #A3AF91
RGB
CMYK
RGB Variations
Color information
#A3AF91 (or 0xA3AF91) is known color: Norway. HEX triplet: A3, AF and 91. RGB value is (163,175,145). Sum of RGB (Red+Green+Blue) = 163+175+145=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF91 is #5C506E. Grayscale: #A8A8A8. Windows color (decimal): -6049903 or 9547683. OLE color: 9547683.
HSL color Cylindrical-coordinate representation of color #A3AF91: hue angle of 84º degrees, saturation: 0.16, 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 #A3AF91 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 145 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.31 |
| HSL | 84º | 0.16% | 0.63% | - |
| HSV(B) | 84º | 0.17% | 0.69% | - |
| XYZ | 35.55 | 40.49 | 32.73 | - |
| YUV | 167.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 145 | 0.07 | 0 | 0.17 | 0.31 | 84 | 0.16 | 0.63 |
| Hex | A3 | AF | 91 | 7 | 0 | 11 | 1F | 54 | 10 | 3F |
| Octal | 243 | 257 | 221 | 7 | 0 | 21 | 37 | 124 | 20 | 77 |
| Binary | 10100011 | 10101111 | 10010001 | 111 | 0 | 10001 | 11111 | 1010100 | 10000 | 111111 |
Color Harmonies of #A3AF91
Complementary color
Monochromatic Colors of #A3AF91
Black with #A3AF91
Text Example
Text Example
White with #A3AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF91; }
p { color: rgb(163,175,145); }
H1.HeaderClassName
{
color: #A3AF91;
}
.AnyTagClassName
{
color: #A3AF91;
}
</style>
background-color css
<style>
a { background-color: #A3AF91; }
a { background-color: rgb(163,175,145); }
div.DivClassName
{
background-color: #A3AF91;
}
.BgClassName
{
background-color: #A3AF91;
}
</style>
border-color css
<style>
span { border-color: #A3AF91; }
span { border-color: rgb(163,175,145); }
td.TdClassName
{
border-color: #A3AF91;
}
.TagClassName
{
border-color: #A3AF91;
}
</style>