#A05C48

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

Shades of Sepia #A05C48

Tints of Sepia #A05C48

Color information

#A05C48 (or 0xA05C48) is unknown color: approx Sepia. HEX triplet: A0, 5C and 48. RGB value is (160,92,72). Sum of RGB (Red+Green+Blue) = 160+92+72=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C48 is #5FA3B7. Grayscale: #6E6E6E. Windows color (decimal): -6267832 or 4742304. OLE color: 4742304.

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

Color convert

RGB1609272-
CMYK00.430.550.37
HSL13.64º37.93%45.49%-
HSV(B)13.64º55%62.75%-
XYZ19.4915.68.11-
YUV110.05106.53163.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=49.38%
G=28.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160927200.430.550.3713.6437.9345.49
HexA05C4802B3725e262d
Octal2401341100536745164655
Binary101000001011100100100001010111101111001011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C48; }

 p { color: rgb(160,92,72); }

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

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

 a { background-color: rgb(160,92,72); }

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

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

 span { border-color: rgb(160,92,72); }

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