#A3552F

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

Shades of Sienna #A3552F

Tints of Sienna #A3552F

Color information

#A3552F (or 0xA3552F) is unknown color: approx Sienna. HEX triplet: A3, 55 and 2F. RGB value is (163,85,47). Sum of RGB (Red+Green+Blue) = 163+85+47=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3552F is #5CAAD0. Grayscale: #686868. Windows color (decimal): -6073041 or 3102115. OLE color: 3102115.

HSL color Cylindrical-coordinate representation of color #A3552F: hue angle of 19.66º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3552F is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1638547-
CMYK00.480.710.36
HSL19.66º55.24%41.18%-
HSV(B)19.66º71.17%63.92%-
XYZ18.8714.494.49-
YUV103.9995.84170.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=55.25%
G=28.81%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163854700.480.710.3619.6655.2441.18
HexA3552F0304724143729
Octal2431255706010744246751
Binary1010001110101011011110110000100011110010010100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3552F; }

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

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

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

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

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

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

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

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