#A05F49

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

Shades of Sepia #A05F49

Tints of Sepia #A05F49

Color information

#A05F49 (or 0xA05F49) is unknown color: approx Sepia. HEX triplet: A0, 5F and 49. RGB value is (160,95,73). Sum of RGB (Red+Green+Blue) = 160+95+73=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F49 is #5FA0B6. Grayscale: #707070. Windows color (decimal): -6267063 or 4808608. OLE color: 4808608.

HSL color Cylindrical-coordinate representation of color #A05F49: hue angle of 15.17º 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 #A05F49 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB1609573-
CMYK00.410.540.37
HSL15.17º37.34%45.69%-
HSV(B)15.17º54.37%62.75%-
XYZ19.7916.148.38-
YUV111.93106.03162.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.78%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=48.78%
G=28.96%
B=22.26%

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
Decimal160957300.410.540.3715.1737.3445.69
HexA05F490293625f252e
Octal2401371110516645174556
Binary101000001011111100100101010011101101001011111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F49; }

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

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

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

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

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

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

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

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