Html Css Color HEX #A04E2B Sienna

📋 copy color: '#A04E2B'

red 160 ◦ green 78 ◦ blue 43

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

Shades of Sienna #A04E2B

Tints of Sienna #A04E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 56.94%
G = 27.76%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A04E2B (or 0xA04E2B) is known color: Sienna. HEX triplet: A0, 4E and 2B. RGB value is (160,78,43). Sum of RGB (Red+Green+Blue) = 160+78+43=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E2B is #5FB1D4. Grayscale: #626262. Windows color (decimal): -6271445 or 2838176. OLE color: 2838176.

HSL color Cylindrical-coordinate representation of color #A04E2B: hue angle of 17.95º degrees, saturation: 0.58, 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 #A04E2B is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 78 43 -
CMYK 0 0.51 0.73 0.37
HSL 17.95º 0.58% 0.4% -
HSV(B) 17.95º 0.73% 0.63% -
XYZ 17.66 13.1 3.88 -
YUV 98.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 160 78 43 0 0.51 0.73 0.37 17.95 0.58 0.4
Hex A0 4E 2B 0 33 49 25 12 3A 28
Octal 240 116 53 0 63 111 45 22 72 50
Binary 10100000 1001110 101011 0 110011 1001001 100101 10010 111010 101000

Color Harmonies of #A04E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E2B

Black with #A04E2B

Text Example


Text Example

White with #A04E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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