Html Css Color HEX #A57745 Muesli

📋 copy color: '#A57745'

red 165 ◦ green 119 ◦ blue 69

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

Shades of Muesli #A57745

Tints of Muesli #A57745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 46.74%
G = 33.71%
B = 19.55%

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

#A57745 (or 0xA57745) is known color: Muesli. HEX triplet: A5, 77 and 45. RGB value is (165,119,69). Sum of RGB (Red+Green+Blue) = 165+119+69=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A57745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57745 is #5A88BA. Grayscale: #7F7F7F. Windows color (decimal): -5933243 or 4552613. OLE color: 4552613.

HSL color Cylindrical-coordinate representation of color #A57745: hue angle of 31.25º degrees, saturation: 0.41, 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 #A57745 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 119 69 -
CMYK 0 0.28 0.58 0.35
HSL 31.25º 0.41% 0.46% -
HSV(B) 31.25º 0.58% 0.65% -
XYZ 23.19 21.62 8.58 -
YUV 127.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 165 119 69 0 0.28 0.58 0.35 31.25 0.41 0.46
Hex A5 77 45 0 1C 3A 23 1F 29 2E
Octal 245 167 105 0 34 72 43 37 51 56
Binary 10100101 1110111 1000101 0 11100 111010 100011 11111 101001 101110

Color Harmonies of #A57745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57745

Black with #A57745

Text Example


Text Example

White with #A57745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57745; }

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

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

background-color css

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

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

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

border-color css

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

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

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