#A1573C

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

Shades of Sepia #A1573C

Tints of Sepia #A1573C

Color information

#A1573C (or 0xA1573C) is unknown color: approx Sepia. HEX triplet: A1, 57 and 3C. RGB value is (161,87,60). Sum of RGB (Red+Green+Blue) = 161+87+60=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1573C is #5EA8C3. Grayscale: #6A6A6A. Windows color (decimal): -6203588 or 3954593. OLE color: 3954593.

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

Color convert

RGB1618760-
CMYK00.460.630.37
HSL16.04º45.7%43.33%-
HSV(B)16.04º62.73%63.14%-
XYZ18.9214.726.12-
YUV106.05102.02167.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=52.27%
G=28.25%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161876000.460.630.3716.0445.743.33
HexA1573C02E3F25102e2b
Octal241127740567745205653
Binary101000011010111111100010111011111110010110000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1573C; }

 p { color: rgb(161,87,60); }

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

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

 a { background-color: rgb(161,87,60); }

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

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

 span { border-color: rgb(161,87,60); }

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