#A05740

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

Shades of Sepia #A05740

Tints of Sepia #A05740

Color information

#A05740 (or 0xA05740) is unknown color: approx Sepia. HEX triplet: A0, 57 and 40. RGB value is (160,87,64). Sum of RGB (Red+Green+Blue) = 160+87+64=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05740 is #5FA8BF. Grayscale: #6A6A6A. Windows color (decimal): -6269120 or 4216736. OLE color: 4216736.

HSL color Cylindrical-coordinate representation of color #A05740: hue angle of 14.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05740 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1608764-
CMYK00.460.60.37
HSL14.38º42.86%43.92%-
HSV(B)14.38º60%62.75%-
XYZ18.8314.666.69-
YUV106.2104.18166.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=51.45%
G=27.97%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160876400.460.60.3714.3842.8643.92
HexA0574002E3C25e2b2c
Octal2401271000567445165354
Binary101000001010111100000001011101111001001011110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05740; }

 p { color: rgb(160,87,64); }

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

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

 a { background-color: rgb(160,87,64); }

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

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

 span { border-color: rgb(160,87,64); }

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