#a2552c

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

Shades of Sienna #A2552C

Tints of Sienna #A2552C

Color information

#A2552C (or 0xA2552C) is unknown color: approx Sienna. HEX triplet: A2, 55 and 2C. RGB value is (162,85,44). Sum of RGB (Red+Green+Blue) = 162+85+44=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2552C is #5DAAD3. Grayscale: #676767. Windows color (decimal): -6138580 or 2905506. OLE color: 2905506.

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

Color convert

RGB1628544-
CMYK00.480.730.36
HSL20.85º57.28%40.39%-
HSV(B)20.85º72.84%63.53%-
XYZ18.614.364.17-
YUV103.3594.51169.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=55.67%
G=29.21%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162854400.480.730.3620.8557.2840.39
HexA2552C0304924153928
Octal2421255406011144257150
Binary1010001010101011011000110000100100110010010101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2552c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2552c; }

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

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

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

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

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

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

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

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