#a0543f

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

Shades of Sepia #A0543F

Tints of Sepia #A0543F

Color information

#A0543F (or 0xA0543F) is unknown color: approx Sepia. HEX triplet: A0, 54 and 3F. RGB value is (160,84,63). Sum of RGB (Red+Green+Blue) = 160+84+63=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0543F is #5FABC0. Grayscale: #686868. Windows color (decimal): -6269889 or 4150432. OLE color: 4150432.

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

Color convert

RGB1608463-
CMYK00.480.610.37
HSL12.99º43.5%43.73%-
HSV(B)12.99º60.62%62.75%-
XYZ18.5614.176.46-
YUV104.33104.68167.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 63 (25% from 255) = 20.52%
R=52.12%
G=27.36%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160846300.480.610.3712.9943.543.73
HexA0543F0303D25d2b2c
Octal240124770607545155354
Binary10100000101010011111101100001111011001011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0543f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0543f; }

 p { color: rgb(160,84,63); }

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

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

 a { background-color: rgb(160,84,63); }

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

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

 span { border-color: rgb(160,84,63); }

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