Shades of Norway #A3B08F
Tints of Norway #A3B08F
RGB
CMYK
RGB Variations
Color information
#A3B08F (or 0xA3B08F) is known color: Norway. HEX triplet: A3, B0 and 8F. RGB value is (163,176,143). Sum of RGB (Red+Green+Blue) = 163+176+143=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B08F is #5C4F70. Grayscale: #A8A8A8. Windows color (decimal): -6049649 or 9416867. OLE color: 9416867.
HSL color Cylindrical-coordinate representation of color #A3B08F: hue angle of 83.64º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3B08F is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 143 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.31 |
| HSL | 83.64º | 0.17% | 0.63% | - |
| HSV(B) | 83.64º | 0.19% | 0.69% | - |
| XYZ | 35.59 | 40.82 | 31.99 | - |
| YUV | 168.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 143 | 0.07 | 0 | 0.19 | 0.31 | 83.64 | 0.17 | 0.63 |
| Hex | A3 | B0 | 8F | 7 | 0 | 13 | 1F | 54 | 11 | 3F |
| Octal | 243 | 260 | 217 | 7 | 0 | 23 | 37 | 124 | 21 | 77 |
| Binary | 10100011 | 10110000 | 10001111 | 111 | 0 | 10011 | 11111 | 1010100 | 10001 | 111111 |
Color Harmonies of #A3B08F
Complementary color
Monochromatic Colors of #A3B08F
Black with #A3B08F
Text Example
Text Example
White with #A3B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B08F; }
p { color: rgb(163,176,143); }
H1.HeaderClassName
{
color: #A3B08F;
}
.AnyTagClassName
{
color: #A3B08F;
}
</style>
background-color css
<style>
a { background-color: #A3B08F; }
a { background-color: rgb(163,176,143); }
div.DivClassName
{
background-color: #A3B08F;
}
.BgClassName
{
background-color: #A3B08F;
}
</style>
border-color css
<style>
span { border-color: #A3B08F; }
span { border-color: rgb(163,176,143); }
td.TdClassName
{
border-color: #A3B08F;
}
.TagClassName
{
border-color: #A3B08F;
}
</style>