#A15A44

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

Shades of Sepia #A15A44

Tints of Sepia #A15A44

Color information

#A15A44 (or 0xA15A44) is unknown color: approx Sepia. HEX triplet: A1, 5A and 44. RGB value is (161,90,68). Sum of RGB (Red+Green+Blue) = 161+90+68=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A44 is #5EA5BB. Grayscale: #6C6C6C. Windows color (decimal): -6202812 or 4479649. OLE color: 4479649.

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

Color convert

RGB1619068-
CMYK00.440.580.37
HSL14.19º40.61%44.9%-
HSV(B)14.19º57.76%63.14%-
XYZ19.415.317.4-
YUV108.72105.02165.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=50.47%
G=28.21%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161906800.440.580.3714.1940.6144.9
HexA15A4402C3A25e292d
Octal2411321040547245165155
Binary101000011011010100010001011001110101001011110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A44; }

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

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

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

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

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

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

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

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