#A8774F

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

Shades of Muesli #A8774F

Tints of Muesli #A8774F

Color information

#A8774F (or 0xA8774F) is unknown color: approx Muesli. HEX triplet: A8, 77 and 4F. RGB value is (168,119,79). Sum of RGB (Red+Green+Blue) = 168+119+79=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8774F is #5788B0. Grayscale: #818181. Windows color (decimal): -5736625 or 5207976. OLE color: 5207976.

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

Color convert

RGB16811979-
CMYK00.290.530.34
HSL26.97º36.03%48.43%-
HSV(B)26.97º52.98%65.88%-
XYZ24.1622.0810.39-
YUV129.0999.73155.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=45.90%
G=32.51%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681197900.290.530.3426.9736.0348.43
HexA8774F01D35221b2430
Octal2501671170356542334460
Binary101010001110111100111101110111010110001011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8774F; }

 p { color: rgb(168,119,79); }

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

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

 a { background-color: rgb(168,119,79); }

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

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

 span { border-color: rgb(168,119,79); }

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