#A5563E

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

Shades of Sepia #A5563E

Tints of Sepia #A5563E

Color information

#A5563E (or 0xA5563E) is unknown color: approx Sepia. HEX triplet: A5, 56 and 3E. RGB value is (165,86,62). Sum of RGB (Red+Green+Blue) = 165+86+62=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5563E is #5AA9C1. Grayscale: #6B6B6B. Windows color (decimal): -5941698 or 4085413. OLE color: 4085413.

HSL color Cylindrical-coordinate representation of color #A5563E: hue angle of 13.98º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5563E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1658662-
CMYK00.480.620.35
HSL13.98º45.37%44.51%-
HSV(B)13.98º62.42%64.71%-
XYZ19.71156.41-
YUV106.88102.67169.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.72%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=52.72%
G=27.48%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165866200.480.620.3513.9845.3744.51
HexA5563E0303E23e2d2d
Octal245126760607643165555
Binary10100101101011011111001100001111101000111110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5563E; }

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

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

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

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

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

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

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

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