#A3B494

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

Shades of Norway #A3B494

Tints of Norway #A3B494

Color information

#A3B494 (or 0xA3B494) is unknown color: approx Norway. HEX triplet: A3, B4 and 94. RGB value is (163,180,148). Sum of RGB (Red+Green+Blue) = 163+180+148=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B494 is #5C4B6B. Grayscale: #ABABAB. Windows color (decimal): -6048620 or 9745571. OLE color: 9745571.

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

Color convert

RGB163180148-
CMYK0.0900.180.29
HSL91.87º17.58%64.31%-
HSV(B)91.87º17.78%70.59%-
XYZ36.7742.5734.3-
YUV171.27114.87122.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=33.20%
G=36.66%
B=30.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801480.0900.180.2991.8717.5864.31
HexA3B49490121D5c1240
Octal243264224110223513422100
Binary1010001110110100100101001001010010111011011100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B494; }

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

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

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

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

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

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

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

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