#A0553B

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

Shades of Sepia #A0553B

Tints of Sepia #A0553B

Color information

#A0553B (or 0xA0553B) is unknown color: approx Sepia. HEX triplet: A0, 55 and 3B. RGB value is (160,85,59). Sum of RGB (Red+Green+Blue) = 160+85+59=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0553B is #5FAAC4. Grayscale: #686868. Windows color (decimal): -6269637 or 3888544. OLE color: 3888544.

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

Color convert

RGB1608559-
CMYK00.470.630.37
HSL15.45º46.12%42.94%-
HSV(B)15.45º63.13%62.75%-
XYZ18.5414.295.92-
YUV104.46102.35167.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=52.63%
G=27.96%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160855900.470.630.3715.4546.1242.94
HexA0553B02F3F25f2e2b
Octal240125730577745175653
Binary10100000101010111101101011111111111001011111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0553B; }

 p { color: rgb(160,85,59); }

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

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

 a { background-color: rgb(160,85,59); }

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

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

 span { border-color: rgb(160,85,59); }

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