#A15D46

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

Shades of Sepia #A15D46

Tints of Sepia #A15D46

Color information

#A15D46 (or 0xA15D46) is unknown color: approx Sepia. HEX triplet: A1, 5D and 46. RGB value is (161,93,70). Sum of RGB (Red+Green+Blue) = 161+93+70=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D46 is #5EA2B9. Grayscale: #6E6E6E. Windows color (decimal): -6202042 or 4611489. OLE color: 4611489.

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

Color convert

RGB1619370-
CMYK00.420.570.37
HSL15.16º39.39%45.29%-
HSV(B)15.16º56.52%63.14%-
XYZ19.7215.857.81-
YUV110.71105.03163.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 93 (36.72% from 255) = 28.70%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=49.69%
G=28.70%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161937000.420.570.3715.1639.3945.29
HexA15D4602A3925f272d
Octal2411351060527145174755
Binary101000011011101100011001010101110011001011111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D46; }

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

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

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

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

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

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

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

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