#A05940

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

Shades of Sepia #A05940

Tints of Sepia #A05940

Color information

#A05940 (or 0xA05940) is unknown color: approx Sepia. HEX triplet: A0, 59 and 40. RGB value is (160,89,64). Sum of RGB (Red+Green+Blue) = 160+89+64=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A05940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05940 is #5FA6BF. Grayscale: #6B6B6B. Windows color (decimal): -6268608 or 4217248. OLE color: 4217248.

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

Color convert

RGB1608964-
CMYK00.440.60.37
HSL15.63º42.86%43.92%-
HSV(B)15.63º60%62.75%-
XYZ18.9914.996.74-
YUV107.38103.52165.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=51.12%
G=28.43%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160896400.440.60.3715.6342.8643.92
HexA0594002C3C25102b2c
Octal2401311000547445205354
Binary1010000010110011000000010110011110010010110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05940; }

 p { color: rgb(160,89,64); }

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

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

 a { background-color: rgb(160,89,64); }

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

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

 span { border-color: rgb(160,89,64); }

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