#A3B491

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

Shades of Norway #A3B491

Tints of Norway #A3B491

Color information

#A3B491 (or 0xA3B491) is unknown color: approx Norway. HEX triplet: A3, B4 and 91. RGB value is (163,180,145). Sum of RGB (Red+Green+Blue) = 163+180+145=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B491 is #5C4B6E. Grayscale: #ABABAB. Windows color (decimal): -6048623 or 9548963. OLE color: 9548963.

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

Color convert

RGB163180145-
CMYK0.0900.190.29
HSL89.14º18.92%63.73%-
HSV(B)89.14º19.44%70.59%-
XYZ36.5442.4733.06-
YUV170.93113.37122.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=33.40%
G=36.89%
B=29.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801450.0900.190.2989.1418.9263.73
HexA3B49190131D591340
Octal243264221110233513123100
Binary1010001110110100100100011001010011111011011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B491; }

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

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

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

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

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

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

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

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