Shades of Norway #A3B88F
Tints of Norway #A3B88F
RGB
CMYK
RGB Variations
Color information
#A3B88F (or 0xA3B88F) is known color: Norway. HEX triplet: A3, B8 and 8F. RGB value is (163,184,143). Sum of RGB (Red+Green+Blue) = 163+184+143=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B88F is #5C4770. Grayscale: #ADADAD. Windows color (decimal): -6047601 or 9418915. OLE color: 9418915.
HSL color Cylindrical-coordinate representation of color #A3B88F: hue angle of 90.73º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3B88F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 143 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.28 |
| HSL | 90.73º | 0.22% | 0.64% | - |
| HSV(B) | 90.73º | 0.22% | 0.72% | - |
| XYZ | 37.2 | 44.05 | 32.53 | - |
| YUV | 173.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 143 | 0.11 | 0 | 0.22 | 0.28 | 90.73 | 0.22 | 0.64 |
| Hex | A3 | B8 | 8F | B | 0 | 16 | 1C | 5B | 16 | 40 |
| Octal | 243 | 270 | 217 | 13 | 0 | 26 | 34 | 133 | 26 | 100 |
| Binary | 10100011 | 10111000 | 10001111 | 1011 | 0 | 10110 | 11100 | 1011011 | 10110 | 1000000 |
Color Harmonies of #A3B88F
Complementary color
Monochromatic Colors of #A3B88F
Black with #A3B88F
Text Example
Text Example
White with #A3B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B88F; }
p { color: rgb(163,184,143); }
H1.HeaderClassName
{
color: #A3B88F;
}
.AnyTagClassName
{
color: #A3B88F;
}
</style>
background-color css
<style>
a { background-color: #A3B88F; }
a { background-color: rgb(163,184,143); }
div.DivClassName
{
background-color: #A3B88F;
}
.BgClassName
{
background-color: #A3B88F;
}
</style>
border-color css
<style>
span { border-color: #A3B88F; }
span { border-color: rgb(163,184,143); }
td.TdClassName
{
border-color: #A3B88F;
}
.TagClassName
{
border-color: #A3B88F;
}
</style>