#A2532A

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

Shades of Sienna #A2532A

Tints of Sienna #A2532A

Color information

#A2532A (or 0xA2532A) is unknown color: approx Sienna. HEX triplet: A2, 53 and 2A. RGB value is (162,83,42). Sum of RGB (Red+Green+Blue) = 162+83+42=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2532A is #5DACD5. Grayscale: #666666. Windows color (decimal): -6139094 or 2773922. OLE color: 2773922.

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

Color convert

RGB1628342-
CMYK00.490.740.36
HSL20.5º58.82%40%-
HSV(B)20.5º74.07%63.53%-
XYZ18.4114.043.93-
YUV101.9594.17170.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=56.45%
G=28.92%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162834200.490.740.3620.558.8240
HexA2532A0314A24143b28
Octal2421235206111244247350
Binary1010001010100111010100110001100101010010010100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2532A; }

 p { color: rgb(162,83,42); }

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

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

 a { background-color: rgb(162,83,42); }

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

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

 span { border-color: rgb(162,83,42); }

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