#A5562C

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

Shades of Sienna #A5562C

Tints of Sienna #A5562C

Color information

#A5562C (or 0xA5562C) is unknown color: approx Sienna. HEX triplet: A5, 56 and 2C. RGB value is (165,86,44). Sum of RGB (Red+Green+Blue) = 165+86+44=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5562C is #5AA9D3. Grayscale: #696969. Windows color (decimal): -5941716 or 2905765. OLE color: 2905765.

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

Color convert

RGB1658644-
CMYK00.480.730.35
HSL20.83º57.89%40.98%-
HSV(B)20.83º73.33%64.71%-
XYZ19.314.844.23-
YUV104.8393.67170.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=55.93%
G=29.15%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165864400.480.730.3520.8357.8940.98
HexA5562C0304923153a29
Octal2451265406011143257251
Binary1010010110101101011000110000100100110001110101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5562C; }

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

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

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

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

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

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

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

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