#A2542F

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

Shades of Sienna #A2542F

Tints of Sienna #A2542F

Color information

#A2542F (or 0xA2542F) is unknown color: approx Sienna. HEX triplet: A2, 54 and 2F. RGB value is (162,84,47). Sum of RGB (Red+Green+Blue) = 162+84+47=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2542F is #5DABD0. Grayscale: #676767. Windows color (decimal): -6138833 or 3101858. OLE color: 3101858.

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

Color convert

RGB1628447-
CMYK00.480.710.36
HSL19.3º55.02%40.98%-
HSV(B)19.3º70.99%63.53%-
XYZ18.5814.234.46-
YUV103.196.34170.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.29%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 47 (18.75% from 255) = 16.04%
R=55.29%
G=28.67%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162844700.480.710.3619.355.0240.98
HexA2542F0304724133729
Octal2421245706010744236751
Binary1010001010101001011110110000100011110010010011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2542F; }

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

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

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

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

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

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

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

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