#A4522C

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

Shades of Sienna #A4522C

Tints of Sienna #A4522C

Color information

#A4522C (or 0xA4522C) is unknown color: approx Sienna. HEX triplet: A4, 52 and 2C. RGB value is (164,82,44). Sum of RGB (Red+Green+Blue) = 164+82+44=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4522C is #5BADD3. Grayscale: #666666. Windows color (decimal): -6008276 or 2904740. OLE color: 2904740.

HSL color Cylindrical-coordinate representation of color #A4522C: hue angle of 19º degrees, saturation: 0.58, 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 #A4522C is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1648244-
CMYK00.50.730.36
HSL19º57.69%40.78%-
HSV(B)19º73.17%64.31%-
XYZ18.7814.114.12-
YUV102.1995.17172.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=56.55%
G=28.28%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164824400.50.730.361957.6940.78
HexA4522C0324924133a29
Octal2441225406211144237251
Binary1010010010100101011000110010100100110010010011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4522C; }

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

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

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

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

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

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

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

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