#A5774D

Color #A5774D Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A5774D

Tints of Muesli #A5774D

Color information

#A5774D (or 0xA5774D) is unknown color: approx Muesli. HEX triplet: A5, 77 and 4D. RGB value is (165,119,77). Sum of RGB (Red+Green+Blue) = 165+119+77=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5774D is #5A88B2. Grayscale: #808080. Windows color (decimal): -5933235 or 5076901. OLE color: 5076901.

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

Color convert

RGB16511977-
CMYK00.280.530.35
HSL28.64º36.36%47.45%-
HSV(B)28.64º53.33%64.71%-
XYZ23.4521.739.98-
YUV127.9799.24154.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=45.71%
G=32.96%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651197700.280.530.3528.6436.3647.45
HexA5774D01C35231d242f
Octal2451671150346543354457
Binary101001011110111100110101110011010110001111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5774D; }

 p { color: rgb(165,119,77); }

 H1.HeaderClassName
 {
   color: #A5774D;
 }
 .AnyTagClassName
 {
   color: #A5774D;
 }
</style>
background-color css

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

 a { background-color: rgb(165,119,77); }

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

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

 span { border-color: rgb(165,119,77); }

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