Shades of Norway #A3AF8E
Tints of Norway #A3AF8E
RGB
CMYK
RGB Variations
Color information
#A3AF8E (or 0xA3AF8E) is known color: Norway. HEX triplet: A3, AF and 8E. RGB value is (163,175,142). Sum of RGB (Red+Green+Blue) = 163+175+142=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF8E is #5C5071. Grayscale: #A7A7A7. Windows color (decimal): -6049906 or 9351075. OLE color: 9351075.
HSL color Cylindrical-coordinate representation of color #A3AF8E: hue angle of 81.82º 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 #A3AF8E is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 142 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.31 |
| HSL | 81.82º | 0.17% | 0.62% | - |
| HSV(B) | 81.82º | 0.19% | 0.69% | - |
| XYZ | 35.32 | 40.4 | 31.53 | - |
| YUV | 167.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 142 | 0.07 | 0 | 0.19 | 0.31 | 81.82 | 0.17 | 0.62 |
| Hex | A3 | AF | 8E | 7 | 0 | 13 | 1F | 52 | 11 | 3E |
| Octal | 243 | 257 | 216 | 7 | 0 | 23 | 37 | 122 | 21 | 76 |
| Binary | 10100011 | 10101111 | 10001110 | 111 | 0 | 10011 | 11111 | 1010010 | 10001 | 111110 |
Color Harmonies of #A3AF8E
Complementary color
Monochromatic Colors of #A3AF8E
Black with #A3AF8E
Text Example
Text Example
White with #A3AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF8E; }
p { color: rgb(163,175,142); }
H1.HeaderClassName
{
color: #A3AF8E;
}
.AnyTagClassName
{
color: #A3AF8E;
}
</style>
background-color css
<style>
a { background-color: #A3AF8E; }
a { background-color: rgb(163,175,142); }
div.DivClassName
{
background-color: #A3AF8E;
}
.BgClassName
{
background-color: #A3AF8E;
}
</style>
border-color css
<style>
span { border-color: #A3AF8E; }
span { border-color: rgb(163,175,142); }
td.TdClassName
{
border-color: #A3AF8E;
}
.TagClassName
{
border-color: #A3AF8E;
}
</style>