Html Css Color HEX #A57E55 Muesli

📋 copy color: '#A57E55'

red 165 ◦ green 126 ◦ blue 85

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

Shades of Muesli #A57E55

Tints of Muesli #A57E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 85 (33.59% from 255) = 22.61%

R = 43.88%
G = 33.51%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A57E55 (or 0xA57E55) is known color: Muesli. HEX triplet: A5, 7E and 55. RGB value is (165,126,85). Sum of RGB (Red+Green+Blue) = 165+126+85=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E55 is #5A81AA. Grayscale: #858585. Windows color (decimal): -5931435 or 5602981. OLE color: 5602981.

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

Color convert

RGB 165 126 85 -
CMYK 0 0.24 0.48 0.35
HSL 30.75º 0.32% 0.49% -
HSV(B) 30.75º 0.48% 0.65% -
XYZ 24.62 23.58 11.85 -
YUV 132.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 165 126 85 0 0.24 0.48 0.35 30.75 0.32 0.49
Hex A5 7E 55 0 18 30 23 1F 20 31
Octal 245 176 125 0 30 60 43 37 40 61
Binary 10100101 1111110 1010101 0 11000 110000 100011 11111 100000 110001

Color Harmonies of #A57E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57E55

Black with #A57E55

Text Example


Text Example

White with #A57E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57E55; }

 p { color: rgb(165,126,85); }

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

background-color css

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

 a { background-color: rgb(165,126,85); }

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

border-color css

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

 span { border-color: rgb(165,126,85); }

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