#A4563F

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

Shades of Sepia #A4563F

Tints of Sepia #A4563F

Color information

#A4563F (or 0xA4563F) is unknown color: approx Sepia. HEX triplet: A4, 56 and 3F. RGB value is (164,86,63). Sum of RGB (Red+Green+Blue) = 164+86+63=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4563F is #5BA9C0. Grayscale: #6A6A6A. Windows color (decimal): -6007233 or 4150948. OLE color: 4150948.

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

Color convert

RGB1648663-
CMYK00.480.620.36
HSL13.66º44.49%44.51%-
HSV(B)13.66º61.59%64.31%-
XYZ19.5314.916.55-
YUV106.7103.34168.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 63 (25% from 255) = 20.13%
R=52.40%
G=27.48%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164866300.480.620.3613.6644.4944.51
HexA4563F0303E24e2c2d
Octal244126770607644165455
Binary10100100101011011111101100001111101001001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4563F; }

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

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

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

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

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

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

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

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