#A1794E

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

Shades of Muesli #A1794E

Tints of Muesli #A1794E

Color information

#A1794E (or 0xA1794E) is unknown color: approx Muesli. HEX triplet: A1, 79 and 4E. RGB value is (161,121,78). Sum of RGB (Red+Green+Blue) = 161+121+78=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1794E is #5E86B1. Grayscale: #808080. Windows color (decimal): -6194866 or 5142945. OLE color: 5142945.

HSL color Cylindrical-coordinate representation of color #A1794E: hue angle of 31.08º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1794E is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16112178-
CMYK00.250.520.37
HSL31.08º34.73%46.86%-
HSV(B)31.08º51.55%63.14%-
XYZ22.9121.810.21-
YUV128.0699.75151.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=44.72%
G=33.61%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611217800.250.520.3731.0834.7346.86
HexA1794E01934251f232f
Octal2411711160316445374357
Binary101000011111001100111001100111010010010111111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1794E; }

 p { color: rgb(161,121,78); }

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

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

 a { background-color: rgb(161,121,78); }

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

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

 span { border-color: rgb(161,121,78); }

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