#A14B2A

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

Shades of Sienna #A14B2A

Tints of Sienna #A14B2A

Color information

#A14B2A (or 0xA14B2A) is unknown color: approx Sienna. HEX triplet: A1, 4B and 2A. RGB value is (161,75,42). Sum of RGB (Red+Green+Blue) = 161+75+42=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B2A is #5EB4D5. Grayscale: #616161. Windows color (decimal): -6206678 or 2771873. OLE color: 2771873.

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

Color convert

RGB1617542-
CMYK00.530.740.37
HSL16.64º58.62%39.8%-
HSV(B)16.64º73.91%63.14%-
XYZ17.6312.783.73-
YUV96.9596.99173.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.91%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=57.91%
G=26.98%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161754200.530.740.3716.6458.6239.8
HexA14B2A0354A25113b28
Octal2411135206511245217350
Binary1010000110010111010100110101100101010010110001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B2A; }

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

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

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

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

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

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

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

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