Html Css Color HEX #A57C4E Muesli

📋 copy color: '#A57C4E'

red 165 ◦ green 124 ◦ blue 78

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

Shades of Muesli #A57C4E

Tints of Muesli #A57C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 78 (30.86% from 255) = 21.25%

R = 44.96%
G = 33.79%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A57C4E (or 0xA57C4E) is known color: Muesli. HEX triplet: A5, 7C and 4E. RGB value is (165,124,78). Sum of RGB (Red+Green+Blue) = 165+124+78=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C4E is #5A83B1. Grayscale: #838383. Windows color (decimal): -5931954 or 5143717. OLE color: 5143717.

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

Color convert

RGB 165 124 78 -
CMYK 0 0.25 0.53 0.35
HSL 31.72º 0.36% 0.48% -
HSV(B) 31.72º 0.53% 0.65% -
XYZ 24.1 22.96 10.37 -
YUV 131.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 165 124 78 0 0.25 0.53 0.35 31.72 0.36 0.48
Hex A5 7C 4E 0 19 35 23 20 24 30
Octal 245 174 116 0 31 65 43 40 44 60
Binary 10100101 1111100 1001110 0 11001 110101 100011 100000 100100 110000

Color Harmonies of #A57C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57C4E

Black with #A57C4E

Text Example


Text Example

White with #A57C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57C4E; }

 p { color: rgb(165,124,78); }

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

background-color css

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

 a { background-color: rgb(165,124,78); }

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

border-color css

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

 span { border-color: rgb(165,124,78); }

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