Html Css Color HEX #A0794C Muesli

📋 copy color: '#A0794C'

red 160 ◦ green 121 ◦ blue 76

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

Shades of Muesli #A0794C

Tints of Muesli #A0794C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 44.82%
G = 33.89%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0794C (or 0xA0794C) is known color: Muesli. HEX triplet: A0, 79 and 4C. RGB value is (160,121,76). Sum of RGB (Red+Green+Blue) = 160+121+76=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0794C is #5F86B3. Grayscale: #7F7F7F. Windows color (decimal): -6260404 or 5011872. OLE color: 5011872.

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

Color convert

RGB 160 121 76 -
CMYK 0 0.24 0.52 0.37
HSL 32.14º 0.36% 0.46% -
HSV(B) 32.14º 0.53% 0.63% -
XYZ 22.64 21.67 9.83 -
YUV 127.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 160 121 76 0 0.24 0.52 0.37 32.14 0.36 0.46
Hex A0 79 4C 0 18 34 25 20 24 2E
Octal 240 171 114 0 30 64 45 40 44 56
Binary 10100000 1111001 1001100 0 11000 110100 100101 100000 100100 101110

Color Harmonies of #A0794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0794C

Black with #A0794C

Text Example


Text Example

White with #A0794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0794C; }

 p { color: rgb(160,121,76); }

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

background-color css

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

 a { background-color: rgb(160,121,76); }

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

border-color css

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

 span { border-color: rgb(160,121,76); }

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