#A5532D

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

Shades of Sienna #A5532D

Tints of Sienna #A5532D

Color information

#A5532D (or 0xA5532D) is unknown color: approx Sienna. HEX triplet: A5, 53 and 2D. RGB value is (165,83,45). Sum of RGB (Red+Green+Blue) = 165+83+45=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5532D is #5AACD2. Grayscale: #676767. Windows color (decimal): -5942483 or 2970533. OLE color: 2970533.

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

Color convert

RGB1658345-
CMYK00.500.730.35
HSL19º57.14%41.18%-
HSV(B)19º72.73%64.71%-
XYZ19.0814.384.25-
YUV103.1995.17172.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=56.31%
G=28.33%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165834500.500.730.351957.1441.18
HexA5532D0324923133929
Octal2451235506211143237151
Binary1010010110100111011010110010100100110001110011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5532D; }

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

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

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

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

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

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

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

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