#A2572B

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

Shades of Sienna #A2572B

Tints of Sienna #A2572B

Color information

#A2572B (or 0xA2572B) is unknown color: approx Sienna. HEX triplet: A2, 57 and 2B. RGB value is (162,87,43). Sum of RGB (Red+Green+Blue) = 162+87+43=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2572B is #5DA8D4. Grayscale: #686868. Windows color (decimal): -6138069 or 2840482. OLE color: 2840482.

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

Color convert

RGB1628743-
CMYK00.460.730.36
HSL22.18º58.05%40.2%-
HSV(B)22.18º73.46%63.53%-
XYZ18.7414.674.13-
YUV104.4193.35169.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=55.48%
G=29.79%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162874300.460.730.3622.1858.0540.2
HexA2572B02E4924163a28
Octal2421275305611144267250
Binary1010001010101111010110101110100100110010010110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2572B; }

 p { color: rgb(162,87,43); }

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

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

 a { background-color: rgb(162,87,43); }

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

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

 span { border-color: rgb(162,87,43); }

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