#A0512E

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

Shades of Sienna #A0512E

Tints of Sienna #A0512E

Color information

#A0512E (or 0xA0512E) is unknown color: approx Sienna. HEX triplet: A0, 51 and 2E. RGB value is (160,81,46). Sum of RGB (Red+Green+Blue) = 160+81+46=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512E is #5FAED1. Grayscale: #646464. Windows color (decimal): -6270674 or 3035552. OLE color: 3035552.

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

Color convert

RGB1608146-
CMYK00.490.710.37
HSL18.42º55.34%40.39%-
HSV(B)18.42º71.25%62.75%-
XYZ17.9313.564.26-
YUV100.6397.17170.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=55.75%
G=28.22%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160814600.490.710.3718.4255.3440.39
HexA0512E0314725123728
Octal2401215606110745226750
Binary1010000010100011011100110001100011110010110010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0512E; }

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

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

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

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

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

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

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

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