#A15743

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

Shades of Sepia #A15743

Tints of Sepia #A15743

Color information

#A15743 (or 0xA15743) is unknown color: approx Sepia. HEX triplet: A1, 57 and 43. RGB value is (161,87,67). Sum of RGB (Red+Green+Blue) = 161+87+67=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15743 is #5EA8BC. Grayscale: #6B6B6B. Windows color (decimal): -6203581 or 4413345. OLE color: 4413345.

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

Color convert

RGB1618767-
CMYK00.460.580.37
HSL12.77º41.23%44.71%-
HSV(B)12.77º58.39%63.14%-
XYZ19.1214.87.16-
YUV106.85105.52166.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 67 (26.56% from 255) = 21.27%
R=51.11%
G=27.62%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161876700.460.580.3712.7741.2344.71
HexA1574302E3A25d292d
Octal2411271030567245155155
Binary101000011010111100001101011101110101001011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15743; }

 p { color: rgb(161,87,67); }

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

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

 a { background-color: rgb(161,87,67); }

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

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

 span { border-color: rgb(161,87,67); }

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