#A3B887

Color #A3B887 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A3B887

Tints of Norway #A3B887

Color information

#A3B887 (or 0xA3B887) is unknown color: approx Norway. HEX triplet: A3, B8 and 87. RGB value is (163,184,135). Sum of RGB (Red+Green+Blue) = 163+184+135=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B887 is #5C4778. Grayscale: #ACACAC. Windows color (decimal): -6047609 or 8894627. OLE color: 8894627.

HSL color Cylindrical-coordinate representation of color #A3B887: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3B887 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB163184135-
CMYK0.1100.270.28
HSL85.71º25.65%62.55%-
HSV(B)85.71º26.63%72.16%-
XYZ36.6243.8229.45-
YUV172.14107.04121.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=33.82%
G=38.17%
B=28.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841350.1100.270.2885.7125.6562.55
HexA3B887B01B1C561a3f
Octal24327020713033341263277
Binary101000111011100010000111101101101111100101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B887; }

 p { color: rgb(163,184,135); }

 H1.HeaderClassName
 {
   color: #A3B887;
 }
 .AnyTagClassName
 {
   color: #A3B887;
 }
</style>
background-color css

<style>
 a { background-color: #A3B887; }

 a { background-color: rgb(163,184,135); }

 div.DivClassName
 {
   background-color: #A3B887;
 }
 .BgClassName
 {
   background-color: #A3B887;
 }
</style>
border-color css

<style>
 span { border-color: #A3B887; }

 span { border-color: rgb(163,184,135); }

 td.TdClassName
 {
   border-color: #A3B887;
 }
 .TagClassName
 {
   border-color: #A3B887;
 }
</style>