Html Css Color HEX #A14A29 Sienna

📋 copy color: '#A14A29'

red 161 ◦ green 74 ◦ blue 41

#A14A29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sienna #A14A29

Tints of Sienna #A14A29

RGB

 RED value IS 161 (63.28% from 255) = 58.33%

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 58.33%
G = 26.81%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A14A29 (or 0xA14A29) is known color: Sienna. HEX triplet: A1, 4A and 29. RGB value is (161,74,41). Sum of RGB (Red+Green+Blue) = 161+74+41=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A29 is #5EB5D6. Grayscale: #606060. Windows color (decimal): -6206935 or 2706081. OLE color: 2706081.

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

Color convert

RGB 161 74 41 -
CMYK 0 0.54 0.75 0.37
HSL 16.5º 0.59% 0.4% -
HSV(B) 16.5º 0.75% 0.63% -
XYZ 17.55 12.63 3.61 -
YUV 96.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 161 74 41 0 0.54 0.75 0.37 16.5 0.59 0.4
Hex A1 4A 29 0 36 4B 25 10 3B 28
Octal 241 112 51 0 66 113 45 20 73 50
Binary 10100001 1001010 101001 0 110110 1001011 100101 10000 111011 101000

Color Harmonies of #A14A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A29

Black with #A14A29

Text Example


Text Example

White with #A14A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A29; }

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

 H1.HeaderClassName
 {
   color: #A14A29;
 }
 .AnyTagClassName
 {
   color: #A14A29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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