Html Css Color HEX #A0774B Muesli

📋 copy color: '#A0774B'

red 160 ◦ green 119 ◦ blue 75

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

Shades of Muesli #A0774B

Tints of Muesli #A0774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 45.2%
G = 33.62%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0774B (or 0xA0774B) is known color: Muesli. HEX triplet: A0, 77 and 4B. RGB value is (160,119,75). Sum of RGB (Red+Green+Blue) = 160+119+75=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0774B is #5F88B4. Grayscale: #7E7E7E. Windows color (decimal): -6260917 or 4945824. OLE color: 4945824.

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

Color convert

RGB 160 119 75 -
CMYK 0 0.26 0.53 0.37
HSL 31.06º 0.36% 0.46% -
HSV(B) 31.06º 0.53% 0.63% -
XYZ 22.36 21.18 9.57 -
YUV 126.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 160 119 75 0 0.26 0.53 0.37 31.06 0.36 0.46
Hex A0 77 4B 0 1A 35 25 1F 24 2E
Octal 240 167 113 0 32 65 45 37 44 56
Binary 10100000 1110111 1001011 0 11010 110101 100101 11111 100100 101110

Color Harmonies of #A0774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0774B

Black with #A0774B

Text Example


Text Example

White with #A0774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0774B; }

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

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

background-color css

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

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

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

border-color css

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

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

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