#A3B595

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

Shades of Norway #A3B595

Tints of Norway #A3B595

Color information

#A3B595 (or 0xA3B595) is unknown color: approx Norway. HEX triplet: A3, B5 and 95. RGB value is (163,181,149). Sum of RGB (Red+Green+Blue) = 163+181+149=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B595 is #5C4A6A. Grayscale: #ACACAC. Windows color (decimal): -6048363 or 9811363. OLE color: 9811363.

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

Color convert

RGB163181149-
CMYK0.1000.180.29
HSL93.75º17.78%64.71%-
HSV(B)93.75º17.68%70.98%-
XYZ37.054334.78-
YUV171.97115.04121.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=33.06%
G=36.71%
B=30.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811490.1000.180.2993.7517.7864.71
HexA3B595A0121D5e1241
Octal243265225120223513622101
Binary1010001110110101100101011010010010111011011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B595; }

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

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

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

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

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

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

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

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