#A4774B

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

Shades of Muesli #A4774B

Tints of Muesli #A4774B

Color information

#A4774B (or 0xA4774B) is unknown color: approx Muesli. HEX triplet: A4, 77 and 4B. RGB value is (164,119,75). Sum of RGB (Red+Green+Blue) = 164+119+75=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4774B is #5B88B4. Grayscale: #7F7F7F. Windows color (decimal): -5998773 or 4945828. OLE color: 4945828.

HSL color Cylindrical-coordinate representation of color #A4774B: hue angle of 29.66º 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 #A4774B is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16411975-
CMYK00.270.540.36
HSL29.66º37.24%46.86%-
HSV(B)29.66º54.27%64.31%-
XYZ23.1821.599.6-
YUV127.4498.41154.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=45.81%
G=33.24%
B=20.95%

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
Decimal1641197500.270.540.3629.6637.2446.86
HexA4774B01B36241e252f
Octal2441671130336644364557
Binary101001001110111100101101101111011010010011110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4774B; }

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

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

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

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

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

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

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

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