#A3B586

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

Shades of Norway #A3B586

Tints of Norway #A3B586

Color information

#A3B586 (or 0xA3B586) is unknown color: approx Norway. HEX triplet: A3, B5 and 86. RGB value is (163,181,134). Sum of RGB (Red+Green+Blue) = 163+181+134=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B586 is #5C4A79. Grayscale: #AAAAAA. Windows color (decimal): -6048378 or 8828323. OLE color: 8828323.

HSL color Cylindrical-coordinate representation of color #A3B586: hue angle of 82.98º 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 #A3B586 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB163181134-
CMYK0.1000.260.29
HSL82.98º24.1%61.76%-
HSV(B)82.98º25.97%70.98%-
XYZ35.9342.5628.87-
YUV170.26107.54122.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=34.10%
G=37.87%
B=28.03%

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
Decimal1631811340.1000.260.2982.9824.161.76
HexA3B586A01A1D53183e
Octal24326520612032351233076
Binary101000111011010110000110101001101011101101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B586; }

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

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

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

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

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

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

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

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