Html Css Color HEX #A57F53 Muesli

📋 copy color: '#A57F53'

red 165 ◦ green 127 ◦ blue 83

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

Shades of Muesli #A57F53

Tints of Muesli #A57F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 44%
G = 33.87%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A57F53 (or 0xA57F53) is known color: Muesli. HEX triplet: A5, 7F and 53. RGB value is (165,127,83). Sum of RGB (Red+Green+Blue) = 165+127+83=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57F53 is #5A80AC. Grayscale: #858585. Windows color (decimal): -5931181 or 5472165. OLE color: 5472165.

HSL color Cylindrical-coordinate representation of color #A57F53: hue angle of 32.2º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57F53 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 127 83 -
CMYK 0 0.23 0.50 0.35
HSL 32.2º 0.33% 0.49% -
HSV(B) 32.2º 0.5% 0.65% -
XYZ 24.67 23.8 11.48 -
YUV 133.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 165 127 83 0 0.23 0.50 0.35 32.2 0.33 0.49
Hex A5 7F 53 0 17 32 23 20 21 31
Octal 245 177 123 0 27 62 43 40 41 61
Binary 10100101 1111111 1010011 0 10111 110010 100011 100000 100001 110001

Color Harmonies of #A57F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F53

Black with #A57F53

Text Example


Text Example

White with #A57F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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