#A2562C

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

Shades of Sienna #A2562C

Tints of Sienna #A2562C

Color information

#A2562C (or 0xA2562C) is unknown color: approx Sienna. HEX triplet: A2, 56 and 2C. RGB value is (162,86,44). Sum of RGB (Red+Green+Blue) = 162+86+44=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2562C is #5DA9D3. Grayscale: #686868. Windows color (decimal): -6138324 or 2905762. OLE color: 2905762.

HSL color Cylindrical-coordinate representation of color #A2562C: hue angle of 21.36º 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 #A2562C is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1628644-
CMYK00.470.730.36
HSL21.36º57.28%40.39%-
HSV(B)21.36º72.84%63.53%-
XYZ18.6814.524.2-
YUV103.9494.18169.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 44 (17.58% from 255) = 15.07%
R=55.48%
G=29.45%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162864400.470.730.3621.3657.2840.39
HexA2562C02F4924153928
Octal2421265405711144257150
Binary1010001010101101011000101111100100110010010101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2562C; }

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

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

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

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

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

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

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

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