#A15A46

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

Shades of Sepia #A15A46

Tints of Sepia #A15A46

Color information

#A15A46 (or 0xA15A46) is unknown color: approx Sepia. HEX triplet: A1, 5A and 46. RGB value is (161,90,70). Sum of RGB (Red+Green+Blue) = 161+90+70=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A46 is #5EA5B9. Grayscale: #6D6D6D. Windows color (decimal): -6202810 or 4610721. OLE color: 4610721.

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

Color convert

RGB1619070-
CMYK00.440.570.37
HSL13.19º39.39%45.29%-
HSV(B)13.19º56.52%63.14%-
XYZ19.4615.337.73-
YUV108.95106.02165.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=50.16%
G=28.04%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161907000.440.570.3713.1939.3945.29
HexA15A4602C3925d272d
Octal2411321060547145154755
Binary101000011011010100011001011001110011001011101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A46; }

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

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

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

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

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

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

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

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