#A15844

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

Shades of Sepia #A15844

Tints of Sepia #A15844

Color information

#A15844 (or 0xA15844) is unknown color: approx Sepia. HEX triplet: A1, 58 and 44. RGB value is (161,88,68). Sum of RGB (Red+Green+Blue) = 161+88+68=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A15844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15844 is #5EA7BB. Grayscale: #6B6B6B. Windows color (decimal): -6203324 or 4479137. OLE color: 4479137.

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

Color convert

RGB1618868-
CMYK00.450.580.37
HSL12.9º40.61%44.9%-
HSV(B)12.9º57.76%63.14%-
XYZ19.2314.977.35-
YUV107.55105.68166.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=50.79%
G=27.76%
B=21.45%

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
Decimal161886800.450.580.3712.940.6144.9
HexA1584402D3A25d292d
Octal2411301040557245155155
Binary101000011011000100010001011011110101001011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15844; }

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

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

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

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

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

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

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

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