Shades of Norway #A2AF8E
Tints of Norway #A2AF8E
RGB
CMYK
RGB Variations
Color information
#A2AF8E (or 0xA2AF8E) is known color: Norway. HEX triplet: A2, AF and 8E. RGB value is (162,175,142). Sum of RGB (Red+Green+Blue) = 162+175+142=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF8E is #5D5071. Grayscale: #A7A7A7. Windows color (decimal): -6115442 or 9351074. OLE color: 9351074.
HSL color Cylindrical-coordinate representation of color #A2AF8E: hue angle of 83.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2AF8E is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 142 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.31 |
| HSL | 83.64º | 0.17% | 0.62% | - |
| HSV(B) | 83.64º | 0.19% | 0.69% | - |
| XYZ | 35.11 | 40.29 | 31.52 | - |
| YUV | 167.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 142 | 0.07 | 0 | 0.19 | 0.31 | 83.64 | 0.17 | 0.62 |
| Hex | A2 | AF | 8E | 7 | 0 | 13 | 1F | 54 | 11 | 3E |
| Octal | 242 | 257 | 216 | 7 | 0 | 23 | 37 | 124 | 21 | 76 |
| Binary | 10100010 | 10101111 | 10001110 | 111 | 0 | 10011 | 11111 | 1010100 | 10001 | 111110 |
Color Harmonies of #A2AF8E
Complementary color
Monochromatic Colors of #A2AF8E
Black with #A2AF8E
Text Example
Text Example
White with #A2AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF8E; }
p { color: rgb(162,175,142); }
H1.HeaderClassName
{
color: #A2AF8E;
}
.AnyTagClassName
{
color: #A2AF8E;
}
</style>
background-color css
<style>
a { background-color: #A2AF8E; }
a { background-color: rgb(162,175,142); }
div.DivClassName
{
background-color: #A2AF8E;
}
.BgClassName
{
background-color: #A2AF8E;
}
</style>
border-color css
<style>
span { border-color: #A2AF8E; }
span { border-color: rgb(162,175,142); }
td.TdClassName
{
border-color: #A2AF8E;
}
.TagClassName
{
border-color: #A2AF8E;
}
</style>