#A2563B

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

Shades of Sepia #A2563B

Tints of Sepia #A2563B

Color information

#A2563B (or 0xA2563B) is unknown color: approx Sepia. HEX triplet: A2, 56 and 3B. RGB value is (162,86,59). Sum of RGB (Red+Green+Blue) = 162+86+59=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2563B is #5DA9C4. Grayscale: #696969. Windows color (decimal): -6138309 or 3888802. OLE color: 3888802.

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

Color convert

RGB1628659-
CMYK00.470.640.36
HSL15.73º46.61%43.33%-
HSV(B)15.73º63.58%63.53%-
XYZ19.0214.655.96-
YUV105.65101.68168.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=52.77%
G=28.01%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162865900.470.640.3615.7346.6143.33
HexA2563B02F4024102f2b
Octal2421267305710044205753
Binary1010001010101101110110101111100000010010010000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2563B; }

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

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

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

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

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

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

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

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