#A5552C

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

Shades of Sienna #A5552C

Tints of Sienna #A5552C

Color information

#A5552C (or 0xA5552C) is unknown color: approx Sienna. HEX triplet: A5, 55 and 2C. RGB value is (165,85,44). Sum of RGB (Red+Green+Blue) = 165+85+44=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5552C is #5AAAD3. Grayscale: #686868. Windows color (decimal): -5941972 or 2905509. OLE color: 2905509.

HSL color Cylindrical-coordinate representation of color #A5552C: hue angle of 20.33º 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 #A5552C is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1658544-
CMYK00.480.730.35
HSL20.33º57.89%40.98%-
HSV(B)20.33º73.33%64.71%-
XYZ19.2214.684.2-
YUV104.2594171.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=56.12%
G=28.91%
B=14.97%

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
Decimal165854400.480.730.3520.3357.8940.98
HexA5552C0304923143a29
Octal2451255406011143247251
Binary1010010110101011011000110000100100110001110100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5552C; }

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

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

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

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

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

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

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

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