#A0512F

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

Shades of Sienna #A0512F

Tints of Sienna #A0512F

Color information

#A0512F (or 0xA0512F) is unknown color: approx Sienna. HEX triplet: A0, 51 and 2F. RGB value is (160,81,47). Sum of RGB (Red+Green+Blue) = 160+81+47=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0512F is #5FAED0. Grayscale: #646464. Windows color (decimal): -6270673 or 3101088. OLE color: 3101088.

HSL color Cylindrical-coordinate representation of color #A0512F: hue angle of 18.05º 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 #A0512F is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1608147-
CMYK00.490.710.37
HSL18.05º54.59%40.59%-
HSV(B)18.05º70.63%62.75%-
XYZ17.9513.564.36-
YUV100.7497.67170.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=55.56%
G=28.12%
B=16.32%

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
Decimal160814700.490.710.3718.0554.5940.59
HexA0512F0314725123729
Octal2401215706110745226751
Binary1010000010100011011110110001100011110010110010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0512F; }

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

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

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

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

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

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

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

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