#A15842

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

Shades of Sepia #A15842

Tints of Sepia #A15842

Color information

#A15842 (or 0xA15842) is unknown color: approx Sepia. HEX triplet: A1, 58 and 42. RGB value is (161,88,66). Sum of RGB (Red+Green+Blue) = 161+88+66=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15842 is #5EA7BD. Grayscale: #6B6B6B. Windows color (decimal): -6203326 or 4348065. OLE color: 4348065.

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

Color convert

RGB1618866-
CMYK00.450.590.37
HSL13.89º41.85%44.51%-
HSV(B)13.89º59.01%63.14%-
XYZ19.1714.957.03-
YUV107.32104.68166.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=51.11%
G=27.94%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161886600.450.590.3713.8941.8544.51
HexA1584202D3B25e2a2d
Octal2411301020557345165255
Binary101000011011000100001001011011110111001011110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15842; }

 p { color: rgb(161,88,66); }

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

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

 a { background-color: rgb(161,88,66); }

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

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

 span { border-color: rgb(161,88,66); }

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