#A0502F

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

Shades of Sienna #A0502F

Tints of Sienna #A0502F

Color information

#A0502F (or 0xA0502F) is unknown color: approx Sienna. HEX triplet: A0, 50 and 2F. RGB value is (160,80,47). Sum of RGB (Red+Green+Blue) = 160+80+47=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502F is #5FAFD0. Grayscale: #646464. Windows color (decimal): -6270929 or 3100832. OLE color: 3100832.

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

Color convert

RGB1608047-
CMYK00.50.710.37
HSL17.52º54.59%40.59%-
HSV(B)17.52º70.63%62.75%-
XYZ17.8813.424.34-
YUV100.1698170.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 47 (18.75% from 255) = 16.38%
R=55.75%
G=27.87%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160804700.50.710.3717.5254.5940.59
HexA0502F0324725123729
Octal2401205706210745226751
Binary1010000010100001011110110010100011110010110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0502F; }

 p { color: rgb(160,80,47); }

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

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

 a { background-color: rgb(160,80,47); }

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

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

 span { border-color: rgb(160,80,47); }

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