Html Css Color HEX #A07746 Muesli

📋 copy color: '#A07746'

red 160 ◦ green 119 ◦ blue 70

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

Shades of Muesli #A07746

Tints of Muesli #A07746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 45.85%
G = 34.1%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07746 (or 0xA07746) is known color: Muesli. HEX triplet: A0, 77 and 46. RGB value is (160,119,70). Sum of RGB (Red+Green+Blue) = 160+119+70=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07746 is #5F88B9. Grayscale: #7D7D7D. Windows color (decimal): -6260922 or 4618144. OLE color: 4618144.

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

Color convert

RGB 160 119 70 -
CMYK 0 0.26 0.56 0.37
HSL 32.67º 0.39% 0.45% -
HSV(B) 32.67º 0.56% 0.63% -
XYZ 22.2 21.11 8.7 -
YUV 125.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 160 119 70 0 0.26 0.56 0.37 32.67 0.39 0.45
Hex A0 77 46 0 1A 38 25 21 27 2D
Octal 240 167 106 0 32 70 45 41 47 55
Binary 10100000 1110111 1000110 0 11010 111000 100101 100001 100111 101101

Color Harmonies of #A07746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07746

Black with #A07746

Text Example


Text Example

White with #A07746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07746; }

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

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

background-color css

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

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

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

border-color css

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

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

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