#A2542C

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

Shades of Sienna #A2542C

Tints of Sienna #A2542C

Color information

#A2542C (or 0xA2542C) is unknown color: approx Sienna. HEX triplet: A2, 54 and 2C. RGB value is (162,84,44). Sum of RGB (Red+Green+Blue) = 162+84+44=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2542C is #5DABD3. Grayscale: #676767. Windows color (decimal): -6138836 or 2905250. OLE color: 2905250.

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

Color convert

RGB1628444-
CMYK00.480.730.36
HSL20.34º57.28%40.39%-
HSV(B)20.34º72.84%63.53%-
XYZ18.5314.24.15-
YUV102.7694.84170.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=55.86%
G=28.97%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162844400.480.730.3620.3457.2840.39
HexA2542C0304924143928
Octal2421245406011144247150
Binary1010001010101001011000110000100100110010010100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2542C; }

 p { color: rgb(162,84,44); }

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

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

 a { background-color: rgb(162,84,44); }

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

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

 span { border-color: rgb(162,84,44); }

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