#A3B987

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

Shades of Norway #A3B987

Tints of Norway #A3B987

Color information

#A3B987 (or 0xA3B987) is unknown color: approx Norway. HEX triplet: A3, B9 and 87. RGB value is (163,185,135). Sum of RGB (Red+Green+Blue) = 163+185+135=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B987 is #5C4678. Grayscale: #ACACAC. Windows color (decimal): -6047353 or 8894883. OLE color: 8894883.

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

Color convert

RGB163185135-
CMYK0.1200.270.27
HSL86.4º26.32%62.75%-
HSV(B)86.4º27.03%72.55%-
XYZ36.8344.2329.52-
YUV172.72106.71121.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=33.75%
G=38.30%
B=27.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851350.1200.270.2786.426.3262.75
HexA3B987C01B1B561a3f
Octal24327120714033331263277
Binary101000111011100110000111110001101111011101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B987; }

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

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

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

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

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

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

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

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