#A5522C

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

Shades of Sienna #A5522C

Tints of Sienna #A5522C

Color information

#A5522C (or 0xA5522C) is unknown color: approx Sienna. HEX triplet: A5, 52 and 2C. RGB value is (165,82,44). Sum of RGB (Red+Green+Blue) = 165+82+44=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5522C is #5AADD3. Grayscale: #666666. Windows color (decimal): -5942740 or 2904741. OLE color: 2904741.

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

Color convert

RGB1658244-
CMYK00.500.730.35
HSL18.84º57.89%40.98%-
HSV(B)18.84º73.33%64.71%-
XYZ18.9914.224.13-
YUV102.4895172.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=56.70%
G=28.18%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165824400.500.730.3518.8457.8940.98
HexA5522C0324923133a29
Octal2451225406211143237251
Binary1010010110100101011000110010100100110001110011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5522C; }

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

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

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

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

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

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

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

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