#A3B594

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

Shades of Norway #A3B594

Tints of Norway #A3B594

Color information

#A3B594 (or 0xA3B594) is unknown color: approx Norway. HEX triplet: A3, B5 and 94. RGB value is (163,181,148). Sum of RGB (Red+Green+Blue) = 163+181+148=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B594 is #5C4A6B. Grayscale: #ABABAB. Windows color (decimal): -6048364 or 9745827. OLE color: 9745827.

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

Color convert

RGB163181148-
CMYK0.1000.180.29
HSL92.73º18.23%64.51%-
HSV(B)92.73º18.23%70.98%-
XYZ36.9742.9734.36-
YUV171.86114.54121.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=33.13%
G=36.79%
B=30.08%

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
Decimal1631811480.1000.180.2992.7318.2364.51
HexA3B594A0121D5d1241
Octal243265224120223513522101
Binary1010001110110101100101001010010010111011011101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B594; }

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

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

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

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

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

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

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

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