#A14F29

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

Shades of Sienna #A14F29

Tints of Sienna #A14F29

Color information

#A14F29 (or 0xA14F29) is unknown color: approx Sienna. HEX triplet: A1, 4F and 29. RGB value is (161,79,41). Sum of RGB (Red+Green+Blue) = 161+79+41=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F29 is #5EB0D6. Grayscale: #636363. Windows color (decimal): -6205655 or 2707361. OLE color: 2707361.

HSL color Cylindrical-coordinate representation of color #A14F29: hue angle of 19º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14F29 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1617941-
CMYK00.510.750.37
HSL19º59.41%39.61%-
HSV(B)19º74.53%63.14%-
XYZ17.8913.333.73-
YUV99.1995.17172.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.30%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=57.30%
G=28.11%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161794100.510.750.371959.4139.61
HexA14F290334B25133b28
Octal2411175106311345237350
Binary1010000110011111010010110011100101110010110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F29; }

 p { color: rgb(161,79,41); }

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

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

 a { background-color: rgb(161,79,41); }

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

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

 span { border-color: rgb(161,79,41); }

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