Shades of Norway #A2AF8D
Tints of Norway #A2AF8D
RGB
CMYK
RGB Variations
Color information
#A2AF8D (or 0xA2AF8D) is known color: Norway. HEX triplet: A2, AF and 8D. RGB value is (162,175,141). Sum of RGB (Red+Green+Blue) = 162+175+141=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AF8D is #5D5072. Grayscale: #A7A7A7. Windows color (decimal): -6115443 or 9285538. OLE color: 9285538.
HSL color Cylindrical-coordinate representation of color #A2AF8D: hue angle of 82.94º degrees, saturation: 0.18, 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 #A2AF8D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 141 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.31 |
| HSL | 82.94º | 0.18% | 0.62% | - |
| HSV(B) | 82.94º | 0.19% | 0.69% | - |
| XYZ | 35.04 | 40.26 | 31.12 | - |
| YUV | 167.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 141 | 0.07 | 0 | 0.19 | 0.31 | 82.94 | 0.18 | 0.62 |
| Hex | A2 | AF | 8D | 7 | 0 | 13 | 1F | 53 | 12 | 3E |
| Octal | 242 | 257 | 215 | 7 | 0 | 23 | 37 | 123 | 22 | 76 |
| Binary | 10100010 | 10101111 | 10001101 | 111 | 0 | 10011 | 11111 | 1010011 | 10010 | 111110 |
Color Harmonies of #A2AF8D
Complementary color
Monochromatic Colors of #A2AF8D
Black with #A2AF8D
Text Example
Text Example
White with #A2AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF8D; }
p { color: rgb(162,175,141); }
H1.HeaderClassName
{
color: #A2AF8D;
}
.AnyTagClassName
{
color: #A2AF8D;
}
</style>
background-color css
<style>
a { background-color: #A2AF8D; }
a { background-color: rgb(162,175,141); }
div.DivClassName
{
background-color: #A2AF8D;
}
.BgClassName
{
background-color: #A2AF8D;
}
</style>
border-color css
<style>
span { border-color: #A2AF8D; }
span { border-color: rgb(162,175,141); }
td.TdClassName
{
border-color: #A2AF8D;
}
.TagClassName
{
border-color: #A2AF8D;
}
</style>