#A14F2A

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

Shades of Sienna #A14F2A

Tints of Sienna #A14F2A

Color information

#A14F2A (or 0xA14F2A) is unknown color: approx Sienna. HEX triplet: A1, 4F and 2A. RGB value is (161,79,42). Sum of RGB (Red+Green+Blue) = 161+79+42=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F2A is #5EB0D5. Grayscale: #636363. Windows color (decimal): -6205654 or 2772897. OLE color: 2772897.

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

Color convert

RGB1617942-
CMYK00.510.740.37
HSL18.66º58.62%39.8%-
HSV(B)18.66º73.91%63.14%-
XYZ17.9113.343.82-
YUV99.395.67172.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=57.09%
G=28.01%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161794200.510.740.3718.6658.6239.8
HexA14F2A0334A25133b28
Octal2411175206311245237350
Binary1010000110011111010100110011100101010010110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F2A; }

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

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

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

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

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

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

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

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