#A0573A

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

Shades of Sepia #A0573A

Tints of Sepia #A0573A

Color information

#A0573A (or 0xA0573A) is unknown color: approx Sepia. HEX triplet: A0, 57 and 3A. RGB value is (160,87,58). Sum of RGB (Red+Green+Blue) = 160+87+58=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A0573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0573A is #5FA8C5. Grayscale: #696969. Windows color (decimal): -6269126 or 3823520. OLE color: 3823520.

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

Color convert

RGB1608758-
CMYK00.460.640.37
HSL17.06º46.79%42.75%-
HSV(B)17.06º63.75%62.75%-
XYZ18.6714.65.84-
YUV105.52101.18166.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=52.46%
G=28.52%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160875800.460.640.3717.0646.7942.75
HexA0573A02E4025112f2b
Octal2401277205610045215753
Binary1010000010101111110100101110100000010010110001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0573A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0573A; }

 p { color: rgb(160,87,58); }

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

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

 a { background-color: rgb(160,87,58); }

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

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

 span { border-color: rgb(160,87,58); }

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