#A3B785

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

Shades of Norway #A3B785

Tints of Norway #A3B785

Color information

#A3B785 (or 0xA3B785) is unknown color: approx Norway. HEX triplet: A3, B7 and 85. RGB value is (163,183,133). Sum of RGB (Red+Green+Blue) = 163+183+133=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B785 is #5C487A. Grayscale: #ABABAB. Windows color (decimal): -6047867 or 8763299. OLE color: 8763299.

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

Color convert

RGB163183133-
CMYK0.1100.270.28
HSL84º25.77%61.96%-
HSV(B)84º27.32%71.76%-
XYZ36.2743.3528.65-
YUV171.32106.37122.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=34.03%
G=38.20%
B=27.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631831330.1100.270.288425.7761.96
HexA3B785B01B1C541a3e
Octal24326720513033341243276
Binary101000111011011110000101101101101111100101010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B785; }

 p { color: rgb(163,183,133); }

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

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

 a { background-color: rgb(163,183,133); }

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

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

 span { border-color: rgb(163,183,133); }

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