#A05E49

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

Shades of Sepia #A05E49

Tints of Sepia #A05E49

Color information

#A05E49 (or 0xA05E49) is unknown color: approx Sepia. HEX triplet: A0, 5E and 49. RGB value is (160,94,73). Sum of RGB (Red+Green+Blue) = 160+94+73=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E49 is #5FA1B6. Grayscale: #6F6F6F. Windows color (decimal): -6267319 or 4808352. OLE color: 4808352.

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

Color convert

RGB1609473-
CMYK00.410.540.37
HSL14.48º37.34%45.69%-
HSV(B)14.48º54.37%62.75%-
XYZ19.715.968.35-
YUV111.34106.37162.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=48.93%
G=28.75%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160947300.410.540.3714.4837.3445.69
HexA05E490293625e252e
Octal2401361110516645164556
Binary101000001011110100100101010011101101001011110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E49; }

 p { color: rgb(160,94,73); }

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

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

 a { background-color: rgb(160,94,73); }

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

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

 span { border-color: rgb(160,94,73); }

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