#A5502D

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

Shades of Sienna #A5502D

Tints of Sienna #A5502D

Color information

#A5502D (or 0xA5502D) is unknown color: approx Sienna. HEX triplet: A5, 50 and 2D. RGB value is (165,80,45). Sum of RGB (Red+Green+Blue) = 165+80+45=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5502D is #5AAFD2. Grayscale: #656565. Windows color (decimal): -5943251 or 2969765. OLE color: 2969765.

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

Color convert

RGB1658045-
CMYK00.520.730.35
HSL17.5º57.14%41.18%-
HSV(B)17.5º72.73%64.71%-
XYZ18.8613.934.18-
YUV101.4296.16173.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.90%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=56.90%
G=27.59%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165804500.520.730.3517.557.1441.18
HexA5502D0344923123929
Octal2451205506411143227151
Binary1010010110100001011010110100100100110001110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5502D; }

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

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

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

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

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

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

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

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