#A0512D

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

Shades of Sienna #A0512D

Tints of Sienna #A0512D

Color information

#A0512D (or 0xA0512D) is unknown color: approx Sienna. HEX triplet: A0, 51 and 2D. RGB value is (160,81,45). Sum of RGB (Red+Green+Blue) = 160+81+45=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512D is #5FAED2. Grayscale: #646464. Windows color (decimal): -6270675 or 2970016. OLE color: 2970016.

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

Color convert

RGB1608145-
CMYK00.490.720.37
HSL18.78º56.1%40.2%-
HSV(B)18.78º71.88%62.75%-
XYZ17.9113.554.15-
YUV100.5296.67170.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=55.94%
G=28.32%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160814500.490.720.3718.7856.140.2
HexA0512D0314825133828
Octal2401215506111045237050
Binary1010000010100011011010110001100100010010110011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0512D; }

 p { color: rgb(160,81,45); }

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

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

 a { background-color: rgb(160,81,45); }

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

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

 span { border-color: rgb(160,81,45); }

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