#A15843

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

Shades of Sepia #A15843

Tints of Sepia #A15843

Color information

#A15843 (or 0xA15843) is unknown color: approx Sepia. HEX triplet: A1, 58 and 43. RGB value is (161,88,67). Sum of RGB (Red+Green+Blue) = 161+88+67=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A15843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15843 is #5EA7BC. Grayscale: #6B6B6B. Windows color (decimal): -6203325 or 4413601. OLE color: 4413601.

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

Color convert

RGB1618867-
CMYK00.450.580.37
HSL13.4º41.23%44.71%-
HSV(B)13.4º58.39%63.14%-
XYZ19.214.967.19-
YUV107.43105.18166.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 67 (26.56% from 255) = 21.20%
R=50.95%
G=27.85%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161886700.450.580.3713.441.2344.71
HexA1584302D3A25d292d
Octal2411301030557245155155
Binary101000011011000100001101011011110101001011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15843; }

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

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

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

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

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

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

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

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