#A0542D

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

Shades of Sienna #A0542D

Tints of Sienna #A0542D

Color information

#A0542D (or 0xA0542D) is unknown color: approx Sienna. HEX triplet: A0, 54 and 2D. RGB value is (160,84,45). Sum of RGB (Red+Green+Blue) = 160+84+45=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0542D is #5FABD2. Grayscale: #666666. Windows color (decimal): -6269907 or 2970784. OLE color: 2970784.

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

Color convert

RGB1608445-
CMYK00.480.720.37
HSL20.35º56.1%40.2%-
HSV(B)20.35º71.88%62.75%-
XYZ18.14144.23-
YUV102.2895.68169.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=55.36%
G=29.07%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160844500.480.720.3720.3556.140.2
HexA0542D0304825143828
Octal2401245506011045247050
Binary1010000010101001011010110000100100010010110100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0542D; }

 p { color: rgb(160,84,45); }

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

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

 a { background-color: rgb(160,84,45); }

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

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

 span { border-color: rgb(160,84,45); }

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