#A2593B

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

Shades of Sepia #A2593B

Tints of Sepia #A2593B

Color information

#A2593B (or 0xA2593B) is unknown color: approx Sepia. HEX triplet: A2, 59 and 3B. RGB value is (162,89,59). Sum of RGB (Red+Green+Blue) = 162+89+59=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593B is #5DA6C4. Grayscale: #6B6B6B. Windows color (decimal): -6137541 or 3889570. OLE color: 3889570.

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

Color convert

RGB1628959-
CMYK00.450.640.36
HSL17.48º46.61%43.33%-
HSV(B)17.48º63.58%63.53%-
XYZ19.2615.146.05-
YUV107.41100.68166.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=52.26%
G=28.71%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162895900.450.640.3617.4846.6143.33
HexA2593B02D4024112f2b
Octal2421317305510044215753
Binary1010001010110011110110101101100000010010010001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2593B; }

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

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

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

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

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

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

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

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