#A2593D

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

Shades of Sepia #A2593D

Tints of Sepia #A2593D

Color information

#A2593D (or 0xA2593D) is unknown color: approx Sepia. HEX triplet: A2, 59 and 3D. RGB value is (162,89,61). Sum of RGB (Red+Green+Blue) = 162+89+61=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593D is #5DA6C2. Grayscale: #6B6B6B. Windows color (decimal): -6137539 or 4020642. OLE color: 4020642.

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

Color convert

RGB1628961-
CMYK00.450.620.36
HSL16.63º45.29%43.73%-
HSV(B)16.63º62.35%63.53%-
XYZ19.3115.166.32-
YUV107.64101.68166.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=51.92%
G=28.53%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162896100.450.620.3616.6345.2943.73
HexA2593D02D3E24112d2c
Octal242131750557644215554
Binary101000101011001111101010110111111010010010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2593D; }

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

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

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

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

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

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

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

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