#A05D3F

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

Shades of Sepia #A05D3F

Tints of Sepia #A05D3F

Color information

#A05D3F (or 0xA05D3F) is unknown color: approx Sepia. HEX triplet: A0, 5D and 3F. RGB value is (160,93,63). Sum of RGB (Red+Green+Blue) = 160+93+63=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D3F is #5FA2C0. Grayscale: #6D6D6D. Windows color (decimal): -6267585 or 4152736. OLE color: 4152736.

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

Color convert

RGB1609363-
CMYK00.420.610.37
HSL18.56º43.5%43.73%-
HSV(B)18.56º60.62%62.75%-
XYZ19.3115.666.71-
YUV109.61101.7163.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 63 (25% from 255) = 19.94%
R=50.63%
G=29.43%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160936300.420.610.3718.5643.543.73
HexA05D3F02A3D25132b2c
Octal240135770527545235354
Binary101000001011101111111010101011110110010110011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D3F; }

 p { color: rgb(160,93,63); }

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

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

 a { background-color: rgb(160,93,63); }

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

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

 span { border-color: rgb(160,93,63); }

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