#A2532D

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

Shades of Sienna #A2532D

Tints of Sienna #A2532D

Color information

#A2532D (or 0xA2532D) is unknown color: approx Sienna. HEX triplet: A2, 53 and 2D. RGB value is (162,83,45). Sum of RGB (Red+Green+Blue) = 162+83+45=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2532D is #5DACD2. Grayscale: #666666. Windows color (decimal): -6139091 or 2970530. OLE color: 2970530.

HSL color Cylindrical-coordinate representation of color #A2532D: hue angle of 19.49º degrees, saturation: 0.57, 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 #A2532D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1628345-
CMYK00.490.720.36
HSL19.49º56.52%40.59%-
HSV(B)19.49º72.22%63.53%-
XYZ18.4714.064.22-
YUV102.2995.67170.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=55.86%
G=28.62%
B=15.52%

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
Decimal162834500.490.720.3619.4956.5240.59
HexA2532D0314824133929
Octal2421235506111044237151
Binary1010001010100111011010110001100100010010010011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2532D; }

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

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

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

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

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

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

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

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