Html Css Color HEX #A57746 Muesli

📋 copy color: '#A57746'

red 165 ◦ green 119 ◦ blue 70

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

Shades of Muesli #A57746

Tints of Muesli #A57746

RGB

 RED value IS 165 (64.84% from 255) = 46.61%

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

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

R = 46.61%
G = 33.62%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A57746 (or 0xA57746) is known color: Muesli. HEX triplet: A5, 77 and 46. RGB value is (165,119,70). Sum of RGB (Red+Green+Blue) = 165+119+70=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A57746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57746 is #5A88B9. Grayscale: #7F7F7F. Windows color (decimal): -5933242 or 4618149. OLE color: 4618149.

HSL color Cylindrical-coordinate representation of color #A57746: hue angle of 30.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57746 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 70 -
CMYK 0 0.28 0.58 0.35
HSL 30.95º 0.4% 0.46% -
HSV(B) 30.95º 0.58% 0.65% -
XYZ 23.22 21.64 8.75 -
YUV 127.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 165 119 70 0 0.28 0.58 0.35 30.95 0.4 0.46
Hex A5 77 46 0 1C 3A 23 1F 28 2E
Octal 245 167 106 0 34 72 43 37 50 56
Binary 10100101 1110111 1000110 0 11100 111010 100011 11111 101000 101110

Color Harmonies of #A57746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57746

Black with #A57746

Text Example


Text Example

White with #A57746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57746; }

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

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

background-color css

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

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

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

border-color css

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

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

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