#A3512A

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

Shades of Sienna #A3512A

Tints of Sienna #A3512A

Color information

#A3512A (or 0xA3512A) is unknown color: approx Sienna. HEX triplet: A3, 51 and 2A. RGB value is (163,81,42). Sum of RGB (Red+Green+Blue) = 163+81+42=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3512A is #5CAED5. Grayscale: #656565. Windows color (decimal): -6074070 or 2773411. OLE color: 2773411.

HSL color Cylindrical-coordinate representation of color #A3512A: hue angle of 19.34º degrees, saturation: 0.59, 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 #A3512A is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1638142-
CMYK00.500.740.36
HSL19.34º59.02%40.2%-
HSV(B)19.34º74.23%63.92%-
XYZ18.4613.843.89-
YUV101.0794.67172.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 42 (16.80% from 255) = 14.69%
R=56.99%
G=28.32%
B=14.69%

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
Decimal163814200.500.740.3619.3459.0240.2
HexA3512A0324A24133b28
Octal2431215206211244237350
Binary1010001110100011010100110010100101010010010011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3512A; }

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

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

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

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

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

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

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

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