#A0553A

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

Shades of Sepia #A0553A

Tints of Sepia #A0553A

Color information

#A0553A (or 0xA0553A) is unknown color: approx Sepia. HEX triplet: A0, 55 and 3A. RGB value is (160,85,58). Sum of RGB (Red+Green+Blue) = 160+85+58=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0553A is #5FAAC5. Grayscale: #686868. Windows color (decimal): -6269638 or 3823008. OLE color: 3823008.

HSL color Cylindrical-coordinate representation of color #A0553A: hue angle of 15.88º 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 #A0553A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1608558-
CMYK00.470.640.37
HSL15.88º46.79%42.75%-
HSV(B)15.88º63.75%62.75%-
XYZ18.5114.285.78-
YUV104.35101.85167.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 85 (33.59% from 255) = 28.05%
BLUE value IS 58 (23.05% from 255) = 19.14%
R=52.81%
G=28.05%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160855800.470.640.3715.8846.7942.75
HexA0553A02F4025102f2b
Octal2401257205710045205753
Binary1010000010101011110100101111100000010010110000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0553A; }

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

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

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

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

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

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

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

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