#A05641

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

Shades of Sepia #A05641

Tints of Sepia #A05641

Color information

#A05641 (or 0xA05641) is unknown color: approx Sepia. HEX triplet: A0, 56 and 41. RGB value is (160,86,65). Sum of RGB (Red+Green+Blue) = 160+86+65=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05641 is #5FA9BE. Grayscale: #696969. Windows color (decimal): -6269375 or 4282016. OLE color: 4282016.

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

Color convert

RGB1608665-
CMYK00.460.590.37
HSL13.26º42.22%44.12%-
HSV(B)13.26º59.38%62.75%-
XYZ18.7814.516.81-
YUV105.73105.02166.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 65 (25.78% from 255) = 20.90%
R=51.45%
G=27.65%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160866500.460.590.3713.2642.2244.12
HexA0564102E3B25d2a2c
Octal2401261010567345155254
Binary101000001010110100000101011101110111001011101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05641; }

 p { color: rgb(160,86,65); }

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

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

 a { background-color: rgb(160,86,65); }

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

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

 span { border-color: rgb(160,86,65); }

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