#A3B587

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

Shades of Norway #A3B587

Tints of Norway #A3B587

Color information

#A3B587 (or 0xA3B587) is unknown color: approx Norway. HEX triplet: A3, B5 and 87. RGB value is (163,181,135). Sum of RGB (Red+Green+Blue) = 163+181+135=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B587 is #5C4A78. Grayscale: #AAAAAA. Windows color (decimal): -6048377 or 8893859. OLE color: 8893859.

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

Color convert

RGB163181135-
CMYK0.1000.250.29
HSL83.48º23.71%61.96%-
HSV(B)83.48º25.41%70.98%-
XYZ3642.5829.24-
YUV170.37108.04122.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 135 (53.12% from 255) = 28.18%
R=34.03%
G=37.79%
B=28.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811350.1000.250.2983.4823.7161.96
HexA3B587A0191D53183e
Octal24326520712031351233076
Binary101000111011010110000111101001100111101101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B587; }

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

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

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

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

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

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

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

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