#A3512B

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

Shades of Sienna #A3512B

Tints of Sienna #A3512B

Color information

#A3512B (or 0xA3512B) is unknown color: approx Sienna. HEX triplet: A3, 51 and 2B. RGB value is (163,81,43). Sum of RGB (Red+Green+Blue) = 163+81+43=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3512B is #5CAED4. Grayscale: #656565. Windows color (decimal): -6074069 or 2838947. OLE color: 2838947.

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

Color convert

RGB1638143-
CMYK00.500.740.36
HSL19º58.25%40.39%-
HSV(B)19º73.62%63.92%-
XYZ18.4813.853.98-
YUV101.1995.17172.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 43 (17.19% from 255) = 14.98%
R=56.79%
G=28.22%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163814300.500.740.361958.2540.39
HexA3512B0324A24133a28
Octal2431215306211244237250
Binary1010001110100011010110110010100101010010010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3512B; }

 p { color: rgb(163,81,43); }

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

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

 a { background-color: rgb(163,81,43); }

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

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

 span { border-color: rgb(163,81,43); }

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