#A3B287

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

Shades of Norway #A3B287

Tints of Norway #A3B287

Color information

#A3B287 (or 0xA3B287) is unknown color: approx Norway. HEX triplet: A3, B2 and 87. RGB value is (163,178,135). Sum of RGB (Red+Green+Blue) = 163+178+135=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B287 is #5C4D78. Grayscale: #A8A8A8. Windows color (decimal): -6049145 or 8893091. OLE color: 8893091.

HSL color Cylindrical-coordinate representation of color #A3B287: hue angle of 80.93º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3B287 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB163178135-
CMYK0.0800.240.30
HSL80.93º21.83%61.37%-
HSV(B)80.93º24.16%69.8%-
XYZ35.441.3829.04-
YUV168.61109.03124-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 178 (69.92% from 255) = 37.39%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=34.24%
G=37.39%
B=28.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631781350.0800.240.3080.9321.8361.37
HexA3B28780181E51163d
Octal24326220710030361212675
Binary101000111011001010000111100001100011110101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B287; }

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

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

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

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

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

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

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

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