#A3552E

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

Shades of Sienna #A3552E

Tints of Sienna #A3552E

Color information

#A3552E (or 0xA3552E) is unknown color: approx Sienna. HEX triplet: A3, 55 and 2E. RGB value is (163,85,46). Sum of RGB (Red+Green+Blue) = 163+85+46=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3552E is #5CAAD1. Grayscale: #686868. Windows color (decimal): -6073042 or 3036579. OLE color: 3036579.

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

Color convert

RGB1638546-
CMYK00.480.720.36
HSL20º55.98%40.98%-
HSV(B)20º71.78%63.92%-
XYZ18.8514.484.39-
YUV103.8895.34170.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=55.44%
G=28.91%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163854600.480.720.362055.9840.98
HexA3552E0304824143829
Octal2431255606011044247051
Binary1010001110101011011100110000100100010010010100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3552E; }

 p { color: rgb(163,85,46); }

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

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

 a { background-color: rgb(163,85,46); }

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

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

 span { border-color: rgb(163,85,46); }

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