#A27648

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

Shades of Muesli #A27648

Tints of Muesli #A27648

Color information

#A27648 (or 0xA27648) is unknown color: approx Muesli. HEX triplet: A2, 76 and 48. RGB value is (162,118,72). Sum of RGB (Red+Green+Blue) = 162+118+72=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A27648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27648 is #5D89B7. Grayscale: #7E7E7E. Windows color (decimal): -6130104 or 4748962. OLE color: 4748962.

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

Color convert

RGB16211872-
CMYK00.270.560.36
HSL30.67º38.46%45.88%-
HSV(B)30.67º55.56%63.53%-
XYZ22.5521.119.02-
YUV125.9197.58153.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=46.02%
G=33.52%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621187200.270.560.3630.6738.4645.88
HexA2764801B38241f262e
Octal2421661100337044374656
Binary101000101110110100100001101111100010010011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27648; }

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

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

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

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

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

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

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

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