Shades of Norway #A3B187
Tints of Norway #A3B187
RGB
CMYK
RGB Variations
Color information
#A3B187 (or 0xA3B187) is known color: Norway. HEX triplet: A3, B1 and 87. RGB value is (163,177,135). Sum of RGB (Red+Green+Blue) = 163+177+135=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B187 is #5C4E78. Grayscale: #A8A8A8. Windows color (decimal): -6049401 or 8892835. OLE color: 8892835.
HSL color Cylindrical-coordinate representation of color #A3B187: hue angle of 80º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B187 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 135 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.31 |
| HSL | 80º | 0.21% | 0.61% | - |
| HSV(B) | 80º | 0.24% | 0.69% | - |
| XYZ | 35.2 | 40.98 | 28.98 | - |
| YUV | 168.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 135 | 0.08 | 0 | 0.24 | 0.31 | 80 | 0.21 | 0.61 |
| Hex | A3 | B1 | 87 | 8 | 0 | 18 | 1F | 50 | 15 | 3D |
| Octal | 243 | 261 | 207 | 10 | 0 | 30 | 37 | 120 | 25 | 75 |
| Binary | 10100011 | 10110001 | 10000111 | 1000 | 0 | 11000 | 11111 | 1010000 | 10101 | 111101 |
Color Harmonies of #A3B187
Complementary color
Monochromatic Colors of #A3B187
Black with #A3B187
Text Example
Text Example
White with #A3B187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B187; }
p { color: rgb(163,177,135); }
H1.HeaderClassName
{
color: #A3B187;
}
.AnyTagClassName
{
color: #A3B187;
}
</style>
background-color css
<style>
a { background-color: #A3B187; }
a { background-color: rgb(163,177,135); }
div.DivClassName
{
background-color: #A3B187;
}
.BgClassName
{
background-color: #A3B187;
}
</style>
border-color css
<style>
span { border-color: #A3B187; }
span { border-color: rgb(163,177,135); }
td.TdClassName
{
border-color: #A3B187;
}
.TagClassName
{
border-color: #A3B187;
}
</style>