#A3563F

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

Shades of Sepia #A3563F

Tints of Sepia #A3563F

Color information

#A3563F (or 0xA3563F) is unknown color: approx Sepia. HEX triplet: A3, 56 and 3F. RGB value is (163,86,63). Sum of RGB (Red+Green+Blue) = 163+86+63=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3563F is #5CA9C0. Grayscale: #6A6A6A. Windows color (decimal): -6072769 or 4150947. OLE color: 4150947.

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

Color convert

RGB1638663-
CMYK00.470.610.36
HSL13.8º44.25%44.31%-
HSV(B)13.8º61.35%63.92%-
XYZ19.3314.86.54-
YUV106.4103.51168.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 63 (25% from 255) = 20.19%
R=52.24%
G=27.56%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163866300.470.610.3613.844.2544.31
HexA3563F02F3D24e2c2c
Octal243126770577544165454
Binary10100011101011011111101011111111011001001110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3563F; }

 p { color: rgb(163,86,63); }

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

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

 a { background-color: rgb(163,86,63); }

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

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

 span { border-color: rgb(163,86,63); }

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