#A4563D

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

Shades of Sepia #A4563D

Tints of Sepia #A4563D

Color information

#A4563D (or 0xA4563D) is unknown color: approx Sepia. HEX triplet: A4, 56 and 3D. RGB value is (164,86,61). Sum of RGB (Red+Green+Blue) = 164+86+61=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4563D is #5BA9C2. Grayscale: #6A6A6A. Windows color (decimal): -6007235 or 4019876. OLE color: 4019876.

HSL color Cylindrical-coordinate representation of color #A4563D: hue angle of 14.56º 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 #A4563D is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1648661-
CMYK00.480.630.36
HSL14.56º45.78%44.12%-
HSV(B)14.56º62.8%64.31%-
XYZ19.4814.896.26-
YUV106.47102.34169.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.73%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=52.73%
G=27.65%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164866100.480.630.3614.5645.7844.12
HexA4563D0303F24f2e2c
Octal244126750607744175654
Binary10100100101011011110101100001111111001001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4563D; }

 p { color: rgb(164,86,61); }

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

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

 a { background-color: rgb(164,86,61); }

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

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

 span { border-color: rgb(164,86,61); }

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