#A3B687

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

Shades of Norway #A3B687

Tints of Norway #A3B687

Color information

#A3B687 (or 0xA3B687) is unknown color: approx Norway. HEX triplet: A3, B6 and 87. RGB value is (163,182,135). Sum of RGB (Red+Green+Blue) = 163+182+135=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B687 is #5C4978. Grayscale: #ABABAB. Windows color (decimal): -6048121 or 8894115. OLE color: 8894115.

HSL color Cylindrical-coordinate representation of color #A3B687: hue angle of 84.26º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3B687 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB163182135-
CMYK0.1000.260.29
HSL84.26º24.35%62.16%-
HSV(B)84.26º25.82%71.37%-
XYZ36.2142.9929.31-
YUV170.96107.71122.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=33.96%
G=37.92%
B=28.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821350.1000.260.2984.2624.3562.16
HexA3B687A01A1D54183e
Octal24326620712032351243076
Binary101000111011011010000111101001101011101101010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B687; }

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

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

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

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

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

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

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

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