#A4512A

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

Shades of Sienna #A4512A

Tints of Sienna #A4512A

Color information

#A4512A (or 0xA4512A) is unknown color: approx Sienna. HEX triplet: A4, 51 and 2A. RGB value is (164,81,42). Sum of RGB (Red+Green+Blue) = 164+81+42=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A4512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4512A is #5BAED5. Grayscale: #656565. Windows color (decimal): -6008534 or 2773412. OLE color: 2773412.

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

Color convert

RGB1648142-
CMYK00.510.740.36
HSL19.18º59.22%40.39%-
HSV(B)19.18º74.39%64.31%-
XYZ18.6713.943.9-
YUV101.3794.5172.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=57.14%
G=28.22%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164814200.510.740.3619.1859.2240.39
HexA4512A0334A24133b28
Octal2441215206311244237350
Binary1010010010100011010100110011100101010010010011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4512A; }

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

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

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

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

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

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

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

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