#A2522E

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

Shades of Sienna #A2522E

Tints of Sienna #A2522E

Color information

#A2522E (or 0xA2522E) is unknown color: approx Sienna. HEX triplet: A2, 52 and 2E. RGB value is (162,82,46). Sum of RGB (Red+Green+Blue) = 162+82+46=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2522E is #5DADD1. Grayscale: #666666. Windows color (decimal): -6139346 or 3035810. OLE color: 3035810.

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

Color convert

RGB1628246-
CMYK00.490.720.36
HSL18.62º55.77%40.78%-
HSV(B)18.62º71.6%63.53%-
XYZ18.4113.914.3-
YUV101.8296.5170.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=55.86%
G=28.28%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162824600.490.720.3618.6255.7740.78
HexA2522E0314824133829
Octal2421225606111044237051
Binary1010001010100101011100110001100100010010010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2522E; }

 p { color: rgb(162,82,46); }

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

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

 a { background-color: rgb(162,82,46); }

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

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

 span { border-color: rgb(162,82,46); }

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