#A0533C

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

Shades of Sepia #A0533C

Tints of Sepia #A0533C

Color information

#A0533C (or 0xA0533C) is unknown color: approx Sepia. HEX triplet: A0, 53 and 3C. RGB value is (160,83,60). Sum of RGB (Red+Green+Blue) = 160+83+60=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0533C is #5FACC3. Grayscale: #676767. Windows color (decimal): -6270148 or 3953568. OLE color: 3953568.

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

Color convert

RGB1608360-
CMYK00.480.620.37
HSL13.8º45.45%43.14%-
HSV(B)13.8º62.5%62.75%-
XYZ18.4113.996-
YUV103.4103.51168.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=52.81%
G=27.39%
B=19.80%

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
Decimal160836000.480.620.3713.845.4543.14
HexA0533C0303E25e2d2b
Octal240123740607645165553
Binary10100000101001111110001100001111101001011110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0533C; }

 p { color: rgb(160,83,60); }

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

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

 a { background-color: rgb(160,83,60); }

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

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

 span { border-color: rgb(160,83,60); }

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