#A05D3E

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

Shades of Sepia #A05D3E

Tints of Sepia #A05D3E

Color information

#A05D3E (or 0xA05D3E) is unknown color: approx Sepia. HEX triplet: A0, 5D and 3E. RGB value is (160,93,62). Sum of RGB (Red+Green+Blue) = 160+93+62=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D3E is #5FA2C1. Grayscale: #6D6D6D. Windows color (decimal): -6267586 or 4087200. OLE color: 4087200.

HSL color Cylindrical-coordinate representation of color #A05D3E: hue angle of 18.98º degrees, saturation: 0.44, 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 #A05D3E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1609362-
CMYK00.420.610.37
HSL18.98º44.14%43.53%-
HSV(B)18.98º61.25%62.75%-
XYZ19.2815.656.56-
YUV109.5101.2164.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=50.79%
G=29.52%
B=19.68%

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
Decimal160936200.420.610.3718.9844.1443.53
HexA05D3E02A3D25132c2c
Octal240135760527545235454
Binary101000001011101111110010101011110110010110011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D3E; }

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

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

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

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

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

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

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

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