#A1543D

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

Shades of Sepia #A1543D

Tints of Sepia #A1543D

Color information

#A1543D (or 0xA1543D) is unknown color: approx Sepia. HEX triplet: A1, 54 and 3D. RGB value is (161,84,61). Sum of RGB (Red+Green+Blue) = 161+84+61=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1543D is #5EABC2. Grayscale: #686868. Windows color (decimal): -6204355 or 4019361. OLE color: 4019361.

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

Color convert

RGB1618461-
CMYK00.480.620.37
HSL13.8º45.05%43.53%-
HSV(B)13.8º62.11%63.14%-
XYZ18.7114.256.18-
YUV104.4103.51168.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=52.61%
G=27.45%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161846100.480.620.3713.845.0543.53
HexA1543D0303E25e2d2c
Octal241124750607645165554
Binary10100001101010011110101100001111101001011110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1543D; }

 p { color: rgb(161,84,61); }

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

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

 a { background-color: rgb(161,84,61); }

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

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

 span { border-color: rgb(161,84,61); }

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