#A2593F

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

Shades of Sepia #A2593F

Tints of Sepia #A2593F

Color information

#A2593F (or 0xA2593F) is unknown color: approx Sepia. HEX triplet: A2, 59 and 3F. RGB value is (162,89,63). Sum of RGB (Red+Green+Blue) = 162+89+63=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593F is #5DA6C0. Grayscale: #6C6C6C. Windows color (decimal): -6137537 or 4151714. OLE color: 4151714.

HSL color Cylindrical-coordinate representation of color #A2593F: hue angle of 15.76º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2593F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1628963-
CMYK00.450.610.36
HSL15.76º44%44.12%-
HSV(B)15.76º61.11%63.53%-
XYZ19.3715.196.61-
YUV107.86102.68166.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 63 (25% from 255) = 20.06%
R=51.59%
G=28.34%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162896300.450.610.3615.764444.12
HexA2593F02D3D24102c2c
Octal242131770557544205454
Binary101000101011001111111010110111110110010010000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2593F; }

 p { color: rgb(162,89,63); }

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

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

 a { background-color: rgb(162,89,63); }

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

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

 span { border-color: rgb(162,89,63); }

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