#a2512f

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

Shades of Sienna #A2512F

Tints of Sienna #A2512F

Color information

#A2512F (or 0xA2512F) is unknown color: approx Sienna. HEX triplet: A2, 51 and 2F. RGB value is (162,81,47). Sum of RGB (Red+Green+Blue) = 162+81+47=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2512F is #5DAED0. Grayscale: #656565. Windows color (decimal): -6139601 or 3101090. OLE color: 3101090.

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

Color convert

RGB1628147-
CMYK00.500.710.36
HSL17.74º55.02%40.98%-
HSV(B)17.74º70.99%63.53%-
XYZ18.3613.774.38-
YUV101.3497.34171.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=55.86%
G=27.93%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162814700.500.710.3617.7455.0240.98
HexA2512F0324724123729
Octal2421215706210744226751
Binary1010001010100011011110110010100011110010010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2512f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2512f; }

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

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

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

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

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

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

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

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