#A3B889

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

Shades of Norway #A3B889

Tints of Norway #A3B889

Color information

#A3B889 (or 0xA3B889) is unknown color: approx Norway. HEX triplet: A3, B8 and 89. RGB value is (163,184,137). Sum of RGB (Red+Green+Blue) = 163+184+137=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B889 is #5C4776. Grayscale: #ACACAC. Windows color (decimal): -6047607 or 9025699. OLE color: 9025699.

HSL color Cylindrical-coordinate representation of color #A3B889: hue angle of 86.81º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3B889 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB163184137-
CMYK0.1100.260.28
HSL86.81º24.87%62.94%-
HSV(B)86.81º25.54%72.16%-
XYZ36.7643.8730.2-
YUV172.36108.04121.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=33.68%
G=38.02%
B=28.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841370.1100.260.2886.8124.8762.94
HexA3B889B01A1C57193f
Octal24327021113032341273177
Binary101000111011100010001001101101101011100101011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B889; }

 p { color: rgb(163,184,137); }

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

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

 a { background-color: rgb(163,184,137); }

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

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

 span { border-color: rgb(163,184,137); }

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