#A3B593

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

Shades of Norway #A3B593

Tints of Norway #A3B593

Color information

#A3B593 (or 0xA3B593) is unknown color: approx Norway. HEX triplet: A3, B5 and 93. RGB value is (163,181,147). Sum of RGB (Red+Green+Blue) = 163+181+147=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B593 is #5C4A6C. Grayscale: #ABABAB. Windows color (decimal): -6048365 or 9680291. OLE color: 9680291.

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

Color convert

RGB163181147-
CMYK0.1000.190.29
HSL91.76º18.68%64.31%-
HSV(B)91.76º18.78%70.98%-
XYZ36.8942.9433.95-
YUV171.74114.04121.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=33.20%
G=36.86%
B=29.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811470.1000.190.2991.7618.6864.31
HexA3B593A0131D5c1340
Octal243265223120233513423100
Binary1010001110110101100100111010010011111011011100100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B593; }

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

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

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

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

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

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

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

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