#A27649

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

Shades of Muesli #A27649

Tints of Muesli #A27649

Color information

#A27649 (or 0xA27649) is unknown color: approx Muesli. HEX triplet: A2, 76 and 49. RGB value is (162,118,73). Sum of RGB (Red+Green+Blue) = 162+118+73=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A27649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27649 is #5D89B6. Grayscale: #7E7E7E. Windows color (decimal): -6130103 or 4814498. OLE color: 4814498.

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

Color convert

RGB16211873-
CMYK00.270.550.36
HSL30.34º37.87%46.08%-
HSV(B)30.34º54.94%63.53%-
XYZ22.5821.129.19-
YUV126.0398.08153.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=45.89%
G=33.43%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621187300.270.550.3630.3437.8746.08
HexA2764901B37241e262e
Octal2421661110336744364656
Binary101000101110110100100101101111011110010011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27649; }

 p { color: rgb(162,118,73); }

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

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

 a { background-color: rgb(162,118,73); }

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

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

 span { border-color: rgb(162,118,73); }

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