#A4532A

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

Shades of Sienna #A4532A

Tints of Sienna #A4532A

Color information

#A4532A (or 0xA4532A) is unknown color: approx Sienna. HEX triplet: A4, 53 and 2A. RGB value is (164,83,42). Sum of RGB (Red+Green+Blue) = 164+83+42=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4532A is #5BACD5. Grayscale: #666666. Windows color (decimal): -6008022 or 2773924. OLE color: 2773924.

HSL color Cylindrical-coordinate representation of color #A4532A: hue angle of 20.16º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4532A is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1648342-
CMYK00.490.740.36
HSL20.16º59.22%40.39%-
HSV(B)20.16º74.39%64.31%-
XYZ18.8214.253.95-
YUV102.5493.84171.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.75%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=56.75%
G=28.72%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164834200.490.740.3620.1659.2240.39
HexA4532A0314A24143b28
Octal2441235206111244247350
Binary1010010010100111010100110001100101010010010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4532A; }

 p { color: rgb(164,83,42); }

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

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

 a { background-color: rgb(164,83,42); }

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

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

 span { border-color: rgb(164,83,42); }

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