#A4774C

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

Shades of Muesli #A4774C

Tints of Muesli #A4774C

Color information

#A4774C (or 0xA4774C) is unknown color: approx Muesli. HEX triplet: A4, 77 and 4C. RGB value is (164,119,76). Sum of RGB (Red+Green+Blue) = 164+119+76=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4774C is #5B88B3. Grayscale: #7F7F7F. Windows color (decimal): -5998772 or 5011364. OLE color: 5011364.

HSL color Cylindrical-coordinate representation of color #A4774C: hue angle of 29.32º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4774C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16411976-
CMYK00.270.540.36
HSL29.32º36.67%47.06%-
HSV(B)29.32º53.66%64.31%-
XYZ23.2121.619.78-
YUV127.5598.91154-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=45.68%
G=33.15%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641197600.270.540.3629.3236.6747.06
HexA4774C01B36241d252f
Octal2441671140336644354557
Binary101001001110111100110001101111011010010011101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4774C; }

 p { color: rgb(164,119,76); }

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

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

 a { background-color: rgb(164,119,76); }

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

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

 span { border-color: rgb(164,119,76); }

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