#A1563E

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

Shades of Sepia #A1563E

Tints of Sepia #A1563E

Color information

#A1563E (or 0xA1563E) is unknown color: approx Sepia. HEX triplet: A1, 56 and 3E. RGB value is (161,86,62). Sum of RGB (Red+Green+Blue) = 161+86+62=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1563E is #5EA9C1. Grayscale: #696969. Windows color (decimal): -6203842 or 4085409. OLE color: 4085409.

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

Color convert

RGB1618662-
CMYK00.470.610.37
HSL14.55º44.39%43.73%-
HSV(B)14.55º61.49%63.14%-
XYZ18.914.586.38-
YUV105.69103.35167.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=52.10%
G=27.83%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161866200.470.610.3714.5544.3943.73
HexA1563E02F3D25f2c2c
Octal241126760577545175454
Binary10100001101011011111001011111111011001011111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1563E; }

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

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

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

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

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

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

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

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