#A05D46

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

Shades of Sepia #A05D46

Tints of Sepia #A05D46

Color information

#A05D46 (or 0xA05D46) is unknown color: approx Sepia. HEX triplet: A0, 5D and 46. RGB value is (160,93,70). Sum of RGB (Red+Green+Blue) = 160+93+70=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05D46 is #5FA2B9. Grayscale: #6E6E6E. Windows color (decimal): -6267578 or 4611488. OLE color: 4611488.

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

Color convert

RGB1609370-
CMYK00.420.560.37
HSL15.33º39.13%45.1%-
HSV(B)15.33º56.25%62.75%-
XYZ19.5215.747.8-
YUV110.41105.2163.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 93 (36.72% from 255) = 28.79%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=49.54%
G=28.79%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160937000.420.560.3715.3339.1345.1
HexA05D4602A3825f272d
Octal2401351060527045174755
Binary101000001011101100011001010101110001001011111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D46; }

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

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

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

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

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

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

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

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