#A2512D

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

Shades of Sienna #A2512D

Tints of Sienna #A2512D

Color information

#A2512D (or 0xA2512D) is unknown color: approx Sienna. HEX triplet: A2, 51 and 2D. RGB value is (162,81,45). Sum of RGB (Red+Green+Blue) = 162+81+45=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2512D is #5DAED2. Grayscale: #656565. Windows color (decimal): -6139603 or 2970018. OLE color: 2970018.

HSL color Cylindrical-coordinate representation of color #A2512D: hue angle of 18.46º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2512D is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1628145-
CMYK00.500.720.36
HSL18.46º56.52%40.59%-
HSV(B)18.46º72.22%63.53%-
XYZ18.3213.764.17-
YUV101.1196.34171.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=56.25%
G=28.12%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162814500.500.720.3618.4656.5240.59
HexA2512D0324824123929
Octal2421215506211044227151
Binary1010001010100011011010110010100100010010010010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2512D; }

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

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

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

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

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

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

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

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