Html Css Color HEX #A07E49 Muesli

📋 copy color: '#A07E49'

red 160 ◦ green 126 ◦ blue 73

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

Shades of Muesli #A07E49

Tints of Muesli #A07E49

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 73 (28.91% from 255) = 20.33%

R = 44.57%
G = 35.1%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07E49 (or 0xA07E49) is known color: Muesli. HEX triplet: A0, 7E and 49. RGB value is (160,126,73). Sum of RGB (Red+Green+Blue) = 160+126+73=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E49 is #5F81B6. Grayscale: #828282. Windows color (decimal): -6259127 or 4816544. OLE color: 4816544.

HSL color Cylindrical-coordinate representation of color #A07E49: hue angle of 36.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A07E49 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 126 73 -
CMYK 0 0.21 0.54 0.37
HSL 36.55º 0.37% 0.46% -
HSV(B) 36.55º 0.54% 0.63% -
XYZ 23.16 22.88 9.5 -
YUV 130.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 160 126 73 0 0.21 0.54 0.37 36.55 0.37 0.46
Hex A0 7E 49 0 15 36 25 25 25 2E
Octal 240 176 111 0 25 66 45 45 45 56
Binary 10100000 1111110 1001001 0 10101 110110 100101 100101 100101 101110

Color Harmonies of #A07E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E49

Black with #A07E49

Text Example


Text Example

White with #A07E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E49; }

 p { color: rgb(160,126,73); }

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

background-color css

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

 a { background-color: rgb(160,126,73); }

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

border-color css

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

 span { border-color: rgb(160,126,73); }

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