Html Css Color HEX #A0774C Muesli

📋 copy color: '#A0774C'

red 160 ◦ green 119 ◦ blue 76

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

Shades of Muesli #A0774C

Tints of Muesli #A0774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

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

R = 45.07%
G = 33.52%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0774C (or 0xA0774C) is known color: Muesli. HEX triplet: A0, 77 and 4C. RGB value is (160,119,76). Sum of RGB (Red+Green+Blue) = 160+119+76=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0774C is #5F88B3. Grayscale: #7E7E7E. Windows color (decimal): -6260916 or 5011360. OLE color: 5011360.

HSL color Cylindrical-coordinate representation of color #A0774C: hue angle of 30.71º 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 #A0774C is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 76 -
CMYK 0 0.26 0.52 0.37
HSL 30.71º 0.36% 0.46% -
HSV(B) 30.71º 0.53% 0.63% -
XYZ 22.4 21.19 9.75 -
YUV 126.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 160 119 76 0 0.26 0.52 0.37 30.71 0.36 0.46
Hex A0 77 4C 0 1A 34 25 1F 24 2E
Octal 240 167 114 0 32 64 45 37 44 56
Binary 10100000 1110111 1001100 0 11010 110100 100101 11111 100100 101110

Color Harmonies of #A0774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0774C

Black with #A0774C

Text Example


Text Example

White with #A0774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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