#A05E42

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

Shades of Sepia #A05E42

Tints of Sepia #A05E42

Color information

#A05E42 (or 0xA05E42) is unknown color: approx Sepia. HEX triplet: A0, 5E and 42. RGB value is (160,94,66). Sum of RGB (Red+Green+Blue) = 160+94+66=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05E42 is #5FA1BD. Grayscale: #6E6E6E. Windows color (decimal): -6267326 or 4349600. OLE color: 4349600.

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

Color convert

RGB1609466-
CMYK00.410.590.37
HSL17.87º41.59%44.31%-
HSV(B)17.87º58.75%62.75%-
XYZ19.4815.877.19-
YUV110.54102.87163.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=50%
G=29.38%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160946600.410.590.3717.8741.5944.31
HexA05E420293B25122a2c
Octal2401361020517345225254
Binary1010000010111101000010010100111101110010110010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E42; }

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

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

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

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

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

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

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

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