Html Css Color HEX #A04E31 Sienna

📋 copy color: '#A04E31'

red 160 ◦ green 78 ◦ blue 49

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

Shades of Sienna #A04E31

Tints of Sienna #A04E31

RGB

 RED value IS 160 (62.89% from 255) = 55.75%

 GREEN value IS 78 (30.86% from 255) = 27.18%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 55.75%
G = 27.18%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A04E31 (or 0xA04E31) is known color: Sienna. HEX triplet: A0, 4E and 31. RGB value is (160,78,49). Sum of RGB (Red+Green+Blue) = 160+78+49=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E31 is #5FB1CE. Grayscale: #636363. Windows color (decimal): -6271439 or 3231392. OLE color: 3231392.

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

Color convert

RGB 160 78 49 -
CMYK 0 0.51 0.69 0.37
HSL 15.68º 0.53% 0.41% -
HSV(B) 15.68º 0.69% 0.63% -
XYZ 17.78 13.14 4.51 -
YUV 99.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 160 78 49 0 0.51 0.69 0.37 15.68 0.53 0.41
Hex A0 4E 31 0 33 45 25 10 35 29
Octal 240 116 61 0 63 105 45 20 65 51
Binary 10100000 1001110 110001 0 110011 1000101 100101 10000 110101 101001

Color Harmonies of #A04E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E31

Black with #A04E31

Text Example


Text Example

White with #A04E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E31; }

 p { color: rgb(160,78,49); }

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

background-color css

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

 a { background-color: rgb(160,78,49); }

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

border-color css

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

 span { border-color: rgb(160,78,49); }

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