Html Css Color HEX #A57646 Muesli

📋 copy color: '#A57646'

red 165 ◦ green 118 ◦ blue 70

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

Shades of Muesli #A57646

Tints of Muesli #A57646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 46.74%
G = 33.43%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A57646 (or 0xA57646) is known color: Muesli. HEX triplet: A5, 76 and 46. RGB value is (165,118,70). Sum of RGB (Red+Green+Blue) = 165+118+70=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A57646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57646 is #5A89B9. Grayscale: #7E7E7E. Windows color (decimal): -5933498 or 4617893. OLE color: 4617893.

HSL color Cylindrical-coordinate representation of color #A57646: hue angle of 30.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57646 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 118 70 -
CMYK 0 0.28 0.58 0.35
HSL 30.32º 0.4% 0.46% -
HSV(B) 30.32º 0.58% 0.65% -
XYZ 23.1 21.4 8.71 -
YUV 126.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 165 118 70 0 0.28 0.58 0.35 30.32 0.4 0.46
Hex A5 76 46 0 1C 3A 23 1E 28 2E
Octal 245 166 106 0 34 72 43 36 50 56
Binary 10100101 1110110 1000110 0 11100 111010 100011 11110 101000 101110

Color Harmonies of #A57646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57646

Black with #A57646

Text Example


Text Example

White with #A57646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57646; }

 p { color: rgb(165,118,70); }

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

background-color css

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

 a { background-color: rgb(165,118,70); }

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

border-color css

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

 span { border-color: rgb(165,118,70); }

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