#A3562C

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

Shades of Sienna #A3562C

Tints of Sienna #A3562C

Color information

#A3562C (or 0xA3562C) is unknown color: approx Sienna. HEX triplet: A3, 56 and 2C. RGB value is (163,86,44). Sum of RGB (Red+Green+Blue) = 163+86+44=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3562C is #5CA9D3. Grayscale: #686868. Windows color (decimal): -6072788 or 2905763. OLE color: 2905763.

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

Color convert

RGB1638644-
CMYK00.470.730.36
HSL21.18º57.49%40.59%-
HSV(B)21.18º73.01%63.92%-
XYZ18.8914.624.21-
YUV104.2494.01169.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.63%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=55.63%
G=29.35%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163864400.470.730.3621.1857.4940.59
HexA3562C02F4924153929
Octal2431265405711144257151
Binary1010001110101101011000101111100100110010010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3562C; }

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

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

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

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

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

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

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

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