#A6593E

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

Shades of Sepia #A6593E

Tints of Sepia #A6593E

Color information

#A6593E (or 0xA6593E) is unknown color: approx Sepia. HEX triplet: A6, 59 and 3E. RGB value is (166,89,62). Sum of RGB (Red+Green+Blue) = 166+89+62=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A6593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6593E is #59A6C1. Grayscale: #6D6D6D. Windows color (decimal): -5875394 or 4086182. OLE color: 4086182.

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

Color convert

RGB1668962-
CMYK00.460.630.35
HSL15.58º45.61%44.71%-
HSV(B)15.58º62.65%65.1%-
XYZ20.1715.66.51-
YUV108.94101.51168.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.37%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=52.37%
G=28.08%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166896200.460.630.3515.5845.6144.71
HexA6593E02E3F23102e2d
Octal246131760567743205655
Binary101001101011001111110010111011111110001110000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6593E; }

 p { color: rgb(166,89,62); }

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

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

 a { background-color: rgb(166,89,62); }

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

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

 span { border-color: rgb(166,89,62); }

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