#A6593F

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

Shades of Sepia #A6593F

Tints of Sepia #A6593F

Color information

#A6593F (or 0xA6593F) is unknown color: approx Sepia. HEX triplet: A6, 59 and 3F. RGB value is (166,89,63). Sum of RGB (Red+Green+Blue) = 166+89+63=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A6593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6593F is #59A6C0. Grayscale: #6D6D6D. Windows color (decimal): -5875393 or 4151718. OLE color: 4151718.

HSL color Cylindrical-coordinate representation of color #A6593F: hue angle of 15.15º 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 #A6593F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1668963-
CMYK00.460.620.35
HSL15.15º44.98%44.9%-
HSV(B)15.15º62.05%65.1%-
XYZ20.215.616.65-
YUV109.06102.01168.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 63 (25% from 255) = 19.81%
R=52.20%
G=27.99%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166896300.460.620.3515.1544.9844.9
HexA6593F02E3E23f2d2d
Octal246131770567643175555
Binary10100110101100111111101011101111101000111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6593F; }

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

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

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

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

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

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

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

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