Html Css Color HEX #A04E2C Sienna

📋 copy color: '#A04E2C'

red 160 ◦ green 78 ◦ blue 44

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

Shades of Sienna #A04E2C

Tints of Sienna #A04E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 56.74%
G = 27.66%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A04E2C (or 0xA04E2C) is known color: Sienna. HEX triplet: A0, 4E and 2C. RGB value is (160,78,44). Sum of RGB (Red+Green+Blue) = 160+78+44=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E2C is #5FB1D3. Grayscale: #626262. Windows color (decimal): -6271444 or 2903712. OLE color: 2903712.

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

Color convert

RGB 160 78 44 -
CMYK 0 0.51 0.72 0.37
HSL 17.59º 0.57% 0.4% -
HSV(B) 17.59º 0.73% 0.63% -
XYZ 17.68 13.1 3.98 -
YUV 98.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 160 78 44 0 0.51 0.72 0.37 17.59 0.57 0.4
Hex A0 4E 2C 0 33 48 25 12 39 28
Octal 240 116 54 0 63 110 45 22 71 50
Binary 10100000 1001110 101100 0 110011 1001000 100101 10010 111001 101000

Color Harmonies of #A04E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E2C

Black with #A04E2C

Text Example


Text Example

White with #A04E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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