#A5573F

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

Shades of Sepia #A5573F

Tints of Sepia #A5573F

Color information

#A5573F (or 0xA5573F) is unknown color: approx Sepia. HEX triplet: A5, 57 and 3F. RGB value is (165,87,63). Sum of RGB (Red+Green+Blue) = 165+87+63=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5573F is #5AA8C0. Grayscale: #6B6B6B. Windows color (decimal): -5941441 or 4151205. OLE color: 4151205.

HSL color Cylindrical-coordinate representation of color #A5573F: hue angle of 14.12º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5573F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1658763-
CMYK00.470.620.35
HSL14.12º44.74%44.71%-
HSV(B)14.12º61.82%64.71%-
XYZ19.8215.176.59-
YUV107.59102.84168.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 63 (25% from 255) = 20%
R=52.38%
G=27.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165876300.470.620.3514.1244.7444.71
HexA5573F02F3E23e2d2d
Octal245127770577643165555
Binary10100101101011111111101011111111101000111110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5573F; }

 p { color: rgb(165,87,63); }

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

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

 a { background-color: rgb(165,87,63); }

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

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

 span { border-color: rgb(165,87,63); }

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