#A2563C

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

Shades of Sepia #A2563C

Tints of Sepia #A2563C

Color information

#A2563C (or 0xA2563C) is unknown color: approx Sepia. HEX triplet: A2, 56 and 3C. RGB value is (162,86,60). Sum of RGB (Red+Green+Blue) = 162+86+60=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2563C is #5DA9C3. Grayscale: #696969. Windows color (decimal): -6138308 or 3954338. OLE color: 3954338.

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

Color convert

RGB1628660-
CMYK00.470.630.36
HSL15.29º45.95%43.53%-
HSV(B)15.29º62.96%63.53%-
XYZ19.0414.666.1-
YUV105.76102.18168.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=52.60%
G=27.92%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162866000.470.630.3615.2945.9543.53
HexA2563C02F3F24f2e2c
Octal242126740577744175654
Binary10100010101011011110001011111111111001001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2563C; }

 p { color: rgb(162,86,60); }

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

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

 a { background-color: rgb(162,86,60); }

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

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

 span { border-color: rgb(162,86,60); }

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