Shades of Norway #A2AF90
Tints of Norway #A2AF90
RGB
CMYK
RGB Variations
Color information
#A2AF90 (or 0xA2AF90) is known color: Norway. HEX triplet: A2, AF and 90. RGB value is (162,175,144). Sum of RGB (Red+Green+Blue) = 162+175+144=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF90 is #5D506F. Grayscale: #A7A7A7. Windows color (decimal): -6115440 or 9482146. OLE color: 9482146.
HSL color Cylindrical-coordinate representation of color #A2AF90: hue angle of 85.16º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AF90 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 144 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.31 |
| HSL | 85.16º | 0.16% | 0.63% | - |
| HSV(B) | 85.16º | 0.18% | 0.69% | - |
| XYZ | 35.26 | 40.35 | 32.32 | - |
| YUV | 167.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 144 | 0.07 | 0 | 0.18 | 0.31 | 85.16 | 0.16 | 0.63 |
| Hex | A2 | AF | 90 | 7 | 0 | 12 | 1F | 55 | 10 | 3F |
| Octal | 242 | 257 | 220 | 7 | 0 | 22 | 37 | 125 | 20 | 77 |
| Binary | 10100010 | 10101111 | 10010000 | 111 | 0 | 10010 | 11111 | 1010101 | 10000 | 111111 |
Color Harmonies of #A2AF90
Complementary color
Monochromatic Colors of #A2AF90
Black with #A2AF90
Text Example
Text Example
White with #A2AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF90; }
p { color: rgb(162,175,144); }
H1.HeaderClassName
{
color: #A2AF90;
}
.AnyTagClassName
{
color: #A2AF90;
}
</style>
background-color css
<style>
a { background-color: #A2AF90; }
a { background-color: rgb(162,175,144); }
div.DivClassName
{
background-color: #A2AF90;
}
.BgClassName
{
background-color: #A2AF90;
}
</style>
border-color css
<style>
span { border-color: #A2AF90; }
span { border-color: rgb(162,175,144); }
td.TdClassName
{
border-color: #A2AF90;
}
.TagClassName
{
border-color: #A2AF90;
}
</style>