#A3562D

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

Shades of Sienna #A3562D

Tints of Sienna #A3562D

Color information

#A3562D (or 0xA3562D) is unknown color: approx Sienna. HEX triplet: A3, 56 and 2D. RGB value is (163,86,45). Sum of RGB (Red+Green+Blue) = 163+86+45=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3562D is #5CA9D2. Grayscale: #686868. Windows color (decimal): -6072787 or 2971299. OLE color: 2971299.

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

Color convert

RGB1638645-
CMYK00.470.720.36
HSL20.85º56.73%40.78%-
HSV(B)20.85º72.39%63.92%-
XYZ18.9114.634.31-
YUV104.3594.51169.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=55.44%
G=29.25%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163864500.470.720.3620.8556.7340.78
HexA3562D02F4824153929
Octal2431265505711044257151
Binary1010001110101101011010101111100100010010010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3562D; }

 p { color: rgb(163,86,45); }

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

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

 a { background-color: rgb(163,86,45); }

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

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

 span { border-color: rgb(163,86,45); }

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