#A05943

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

Shades of Sepia #A05943

Tints of Sepia #A05943

Color information

#A05943 (or 0xA05943) is unknown color: approx Sepia. HEX triplet: A0, 59 and 43. RGB value is (160,89,67). Sum of RGB (Red+Green+Blue) = 160+89+67=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05943 is #5FA6BC. Grayscale: #6B6B6B. Windows color (decimal): -6268605 or 4413856. OLE color: 4413856.

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

Color convert

RGB1608967-
CMYK00.440.580.37
HSL14.19º40.97%44.51%-
HSV(B)14.19º58.13%62.75%-
XYZ19.0815.027.2-
YUV107.72105.02165.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=50.63%
G=28.16%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160896700.440.580.3714.1940.9744.51
HexA0594302C3A25e292d
Octal2401311030547245165155
Binary101000001011001100001101011001110101001011110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05943; }

 p { color: rgb(160,89,67); }

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

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

 a { background-color: rgb(160,89,67); }

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

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

 span { border-color: rgb(160,89,67); }

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