#A5572D

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

Shades of Sienna #A5572D

Tints of Sienna #A5572D

Color information

#A5572D (or 0xA5572D) is unknown color: approx Sienna. HEX triplet: A5, 57 and 2D. RGB value is (165,87,45). Sum of RGB (Red+Green+Blue) = 165+87+45=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5572D is #5AA8D2. Grayscale: #696969. Windows color (decimal): -5941459 or 2971557. OLE color: 2971557.

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

Color convert

RGB1658745-
CMYK00.470.730.35
HSL21º57.14%41.18%-
HSV(B)21º72.73%64.71%-
XYZ19.415.014.36-
YUV105.5393.84170.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=55.56%
G=29.29%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165874500.470.730.352157.1441.18
HexA5572D02F4923153929
Octal2451275505711143257151
Binary1010010110101111011010101111100100110001110101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5572D; }

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

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

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

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

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

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

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

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