#A05C43

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

Shades of Sepia #A05C43

Tints of Sepia #A05C43

Color information

#A05C43 (or 0xA05C43) is unknown color: approx Sepia. HEX triplet: A0, 5C and 43. RGB value is (160,92,67). Sum of RGB (Red+Green+Blue) = 160+92+67=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C43 is #5FA3BC. Grayscale: #6D6D6D. Windows color (decimal): -6267837 or 4414624. OLE color: 4414624.

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

Color convert

RGB1609267-
CMYK00.430.580.37
HSL16.13º40.97%44.51%-
HSV(B)16.13º58.13%62.75%-
XYZ19.3415.537.29-
YUV109.48104.03164.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 67 (26.56% from 255) = 21.00%
R=50.16%
G=28.84%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160926700.430.580.3716.1340.9744.51
HexA05C4302B3A2510292d
Octal2401341030537245205155
Binary1010000010111001000011010101111101010010110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C43; }

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

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

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

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

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

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

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

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