Html Css Color HEX #A57950 Muesli

📋 copy color: '#A57950'

red 165 ◦ green 121 ◦ blue 80

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

Shades of Muesli #A57950

Tints of Muesli #A57950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.06%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 45.08%
G = 33.06%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A57950 (or 0xA57950) is known color: Muesli. HEX triplet: A5, 79 and 50. RGB value is (165,121,80). Sum of RGB (Red+Green+Blue) = 165+121+80=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A57950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57950 is #5A86AF. Grayscale: #818181. Windows color (decimal): -5932720 or 5274021. OLE color: 5274021.

HSL color Cylindrical-coordinate representation of color #A57950: hue angle of 28.94º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A57950 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 121 80 -
CMYK 0 0.27 0.52 0.35
HSL 28.94º 0.35% 0.48% -
HSV(B) 28.94º 0.52% 0.65% -
XYZ 23.8 22.25 10.63 -
YUV 129.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 165 121 80 0 0.27 0.52 0.35 28.94 0.35 0.48
Hex A5 79 50 0 1B 34 23 1D 23 30
Octal 245 171 120 0 33 64 43 35 43 60
Binary 10100101 1111001 1010000 0 11011 110100 100011 11101 100011 110000

Color Harmonies of #A57950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57950

Black with #A57950

Text Example


Text Example

White with #A57950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57950; }

 p { color: rgb(165,121,80); }

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

background-color css

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

 a { background-color: rgb(165,121,80); }

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

border-color css

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

 span { border-color: rgb(165,121,80); }

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