#A15642

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

Shades of Sepia #A15642

Tints of Sepia #A15642

Color information

#A15642 (or 0xA15642) is unknown color: approx Sepia. HEX triplet: A1, 56 and 42. RGB value is (161,86,66). Sum of RGB (Red+Green+Blue) = 161+86+66=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A15642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15642 is #5EA9BD. Grayscale: #6A6A6A. Windows color (decimal): -6203838 or 4347553. OLE color: 4347553.

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

Color convert

RGB1618666-
CMYK00.470.590.37
HSL12.63º41.85%44.51%-
HSV(B)12.63º59.01%63.14%-
XYZ19.0114.636.98-
YUV106.14105.35167.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=51.44%
G=27.48%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161866600.470.590.3712.6341.8544.51
HexA1564202F3B25d2a2d
Octal2411261020577345155255
Binary101000011010110100001001011111110111001011101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15642; }

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

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

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

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

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

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

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

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