#A0502B

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

Shades of Sienna #A0502B

Tints of Sienna #A0502B

Color information

#A0502B (or 0xA0502B) is unknown color: approx Sienna. HEX triplet: A0, 50 and 2B. RGB value is (160,80,43). Sum of RGB (Red+Green+Blue) = 160+80+43=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0502B is #5FAFD4. Grayscale: #636363. Windows color (decimal): -6270933 or 2838688. OLE color: 2838688.

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

Color convert

RGB1608043-
CMYK00.50.730.37
HSL18.97º57.64%39.8%-
HSV(B)18.97º73.12%62.75%-
XYZ17.813.393.93-
YUV99.796171.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=56.54%
G=28.27%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160804300.50.730.3718.9757.6439.8
HexA0502B0324925133a28
Octal2401205306211145237250
Binary1010000010100001010110110010100100110010110011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0502B; }

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

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

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

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

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

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

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

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