#A04E32

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

Shades of Sienna #A04E32

Tints of Sienna #A04E32

Color information

#A04E32 (or 0xA04E32) is unknown color: approx Sienna. HEX triplet: A0, 4E and 32. RGB value is (160,78,50). Sum of RGB (Red+Green+Blue) = 160+78+50=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E32 is #5FB1CD. Grayscale: #636363. Windows color (decimal): -6271438 or 3296928. OLE color: 3296928.

HSL color Cylindrical-coordinate representation of color #A04E32: hue angle of 15.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04E32 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1607850-
CMYK00.510.690.37
HSL15.27º52.38%41.18%-
HSV(B)15.27º68.75%62.75%-
XYZ17.813.154.62-
YUV99.33100.17171.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 50 (19.92% from 255) = 17.36%
R=55.56%
G=27.08%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160785000.510.690.3715.2752.3841.18
HexA04E320334525f3429
Octal2401166206310545176451
Binary101000001001110110010011001110001011001011111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E32; }

 p { color: rgb(160,78,50); }

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

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

 a { background-color: rgb(160,78,50); }

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

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

 span { border-color: rgb(160,78,50); }

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