Shades of Norway #A3AF8F
Tints of Norway #A3AF8F
RGB
CMYK
RGB Variations
Color information
#A3AF8F (or 0xA3AF8F) is known color: Norway. HEX triplet: A3, AF and 8F. RGB value is (163,175,143). Sum of RGB (Red+Green+Blue) = 163+175+143=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF8F is #5C5070. Grayscale: #A7A7A7. Windows color (decimal): -6049905 or 9416611. OLE color: 9416611.
HSL color Cylindrical-coordinate representation of color #A3AF8F: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3AF8F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 143 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.31 |
| HSL | 82.5º | 0.17% | 0.62% | - |
| HSV(B) | 82.5º | 0.18% | 0.69% | - |
| XYZ | 35.39 | 40.43 | 31.92 | - |
| YUV | 167.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 143 | 0.07 | 0 | 0.18 | 0.31 | 82.5 | 0.17 | 0.62 |
| Hex | A3 | AF | 8F | 7 | 0 | 12 | 1F | 52 | 11 | 3E |
| Octal | 243 | 257 | 217 | 7 | 0 | 22 | 37 | 122 | 21 | 76 |
| Binary | 10100011 | 10101111 | 10001111 | 111 | 0 | 10010 | 11111 | 1010010 | 10001 | 111110 |
Color Harmonies of #A3AF8F
Complementary color
Monochromatic Colors of #A3AF8F
Black with #A3AF8F
Text Example
Text Example
White with #A3AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF8F; }
p { color: rgb(163,175,143); }
H1.HeaderClassName
{
color: #A3AF8F;
}
.AnyTagClassName
{
color: #A3AF8F;
}
</style>
background-color css
<style>
a { background-color: #A3AF8F; }
a { background-color: rgb(163,175,143); }
div.DivClassName
{
background-color: #A3AF8F;
}
.BgClassName
{
background-color: #A3AF8F;
}
</style>
border-color css
<style>
span { border-color: #A3AF8F; }
span { border-color: rgb(163,175,143); }
td.TdClassName
{
border-color: #A3AF8F;
}
.TagClassName
{
border-color: #A3AF8F;
}
</style>