Html Css Color HEX #A57F56 Muesli

📋 copy color: '#A57F56'

red 165 ◦ green 127 ◦ blue 86

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

Shades of Muesli #A57F56

Tints of Muesli #A57F56

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 43.65%
G = 33.6%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A57F56 (or 0xA57F56) is known color: Muesli. HEX triplet: A5, 7F and 56. RGB value is (165,127,86). Sum of RGB (Red+Green+Blue) = 165+127+86=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F56 is #5A80A9. Grayscale: #858585. Windows color (decimal): -5931178 or 5668773. OLE color: 5668773.

HSL color Cylindrical-coordinate representation of color #A57F56: hue angle of 31.14º degrees, saturation: 0.31, 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 #A57F56 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 86 -
CMYK 0 0.23 0.48 0.35
HSL 31.14º 0.31% 0.49% -
HSV(B) 31.14º 0.48% 0.65% -
XYZ 24.79 23.85 12.1 -
YUV 133.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 165 127 86 0 0.23 0.48 0.35 31.14 0.31 0.49
Hex A5 7F 56 0 17 30 23 1F 1F 31
Octal 245 177 126 0 27 60 43 37 37 61
Binary 10100101 1111111 1010110 0 10111 110000 100011 11111 11111 110001

Color Harmonies of #A57F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F56

Black with #A57F56

Text Example


Text Example

White with #A57F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F56; }

 p { color: rgb(165,127,86); }

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

background-color css

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

 a { background-color: rgb(165,127,86); }

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

border-color css

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

 span { border-color: rgb(165,127,86); }

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