#A3543E

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

Shades of Sepia #A3543E

Tints of Sepia #A3543E

Color information

#A3543E (or 0xA3543E) is unknown color: approx Sepia. HEX triplet: A3, 54 and 3E. RGB value is (163,84,62). Sum of RGB (Red+Green+Blue) = 163+84+62=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A3543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3543E is #5CABC1. Grayscale: #696969. Windows color (decimal): -6073282 or 4084899. OLE color: 4084899.

HSL color Cylindrical-coordinate representation of color #A3543E: hue angle of 13.07º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3543E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1638462-
CMYK00.480.620.36
HSL13.07º44.89%44.12%-
HSV(B)13.07º61.96%63.92%-
XYZ19.1414.476.34-
YUV105.11103.67169.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=52.75%
G=27.18%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163846200.480.620.3613.0744.8944.12
HexA3543E0303E24d2d2c
Octal243124760607644155554
Binary10100011101010011111001100001111101001001101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3543E; }

 p { color: rgb(163,84,62); }

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

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

 a { background-color: rgb(163,84,62); }

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

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

 span { border-color: rgb(163,84,62); }

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