#A1512D

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

Shades of Sienna #A1512D

Tints of Sienna #A1512D

Color information

#A1512D (or 0xA1512D) is unknown color: approx Sienna. HEX triplet: A1, 51 and 2D. RGB value is (161,81,45). Sum of RGB (Red+Green+Blue) = 161+81+45=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1512D is #5EAED2. Grayscale: #656565. Windows color (decimal): -6205139 or 2970017. OLE color: 2970017.

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

Color convert

RGB1618145-
CMYK00.500.720.37
HSL18.62º56.31%40.39%-
HSV(B)18.62º72.05%63.14%-
XYZ18.1113.654.16-
YUV100.8296.5170.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=56.10%
G=28.22%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161814500.500.720.3718.6256.3140.39
HexA1512D0324825133828
Octal2411215506211045237050
Binary1010000110100011011010110010100100010010110011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1512D; }

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

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

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

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

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

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

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

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