#A5552D

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

Shades of Sienna #A5552D

Tints of Sienna #A5552D

Color information

#A5552D (or 0xA5552D) is unknown color: approx Sienna. HEX triplet: A5, 55 and 2D. RGB value is (165,85,45). Sum of RGB (Red+Green+Blue) = 165+85+45=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5552D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5552D is #5AAAD2. Grayscale: #686868. Windows color (decimal): -5941971 or 2971045. OLE color: 2971045.

HSL color Cylindrical-coordinate representation of color #A5552D: hue angle of 20º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5552D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB1658545-
CMYK00.480.730.35
HSL20º57.14%41.18%-
HSV(B)20º72.73%64.71%-
XYZ19.2414.694.3-
YUV104.3694.5171.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=55.93%
G=28.81%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165854500.480.730.352057.1441.18
HexA5552D0304923143929
Octal2451255506011143247151
Binary1010010110101011011010110000100100110001110100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5552D; }

 p { color: rgb(165,85,45); }

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

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

 a { background-color: rgb(165,85,45); }

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

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

 span { border-color: rgb(165,85,45); }

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