#A5542E

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

Shades of Sienna #A5542E

Tints of Sienna #A5542E

Color information

#A5542E (or 0xA5542E) is unknown color: approx Sienna. HEX triplet: A5, 54 and 2E. RGB value is (165,84,46). Sum of RGB (Red+Green+Blue) = 165+84+46=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5542E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5542E is #5AABD1. Grayscale: #686868. Windows color (decimal): -5942226 or 3036325. OLE color: 3036325.

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

Color convert

RGB1658446-
CMYK00.490.720.35
HSL19.16º56.4%41.37%-
HSV(B)19.16º72.12%64.71%-
XYZ19.1814.544.38-
YUV103.8995.34171.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=55.93%
G=28.47%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165844600.490.720.3519.1656.441.37
HexA5542E0314823133829
Octal2451245606111043237051
Binary1010010110101001011100110001100100010001110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5542E; }

 p { color: rgb(165,84,46); }

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

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

 a { background-color: rgb(165,84,46); }

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

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

 span { border-color: rgb(165,84,46); }

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