#A04E2A

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

Shades of Sienna #A04E2A

Tints of Sienna #A04E2A

Color information

#A04E2A (or 0xA04E2A) is unknown color: approx Sienna. HEX triplet: A0, 4E and 2A. RGB value is (160,78,42). Sum of RGB (Red+Green+Blue) = 160+78+42=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E2A is #5FB1D5. Grayscale: #626262. Windows color (decimal): -6271446 or 2772640. OLE color: 2772640.

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

Color convert

RGB1607842-
CMYK00.510.740.37
HSL18.31º58.42%39.61%-
HSV(B)18.31º73.75%62.75%-
XYZ17.6413.093.79-
YUV98.4196.17171.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 42 (16.80% from 255) = 15%
R=57.14%
G=27.86%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160784200.510.740.3718.3158.4239.61
HexA04E2A0334A25123a28
Octal2401165206311245227250
Binary1010000010011101010100110011100101010010110010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E2A; }

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

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

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

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

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

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

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

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