#A27641

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

Shades of Muesli #A27641

Tints of Muesli #A27641

Color information

#A27641 (or 0xA27641) is unknown color: approx Muesli. HEX triplet: A2, 76 and 41. RGB value is (162,118,65). Sum of RGB (Red+Green+Blue) = 162+118+65=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27641 is #5D89BE. Grayscale: #7D7D7D. Windows color (decimal): -6130111 or 4290210. OLE color: 4290210.

HSL color Cylindrical-coordinate representation of color #A27641: hue angle of 32.78º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27641 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16211865-
CMYK00.270.600.36
HSL32.78º42.73%44.51%-
HSV(B)32.78º59.88%63.53%-
XYZ22.3321.027.88-
YUV125.1194.08154.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=46.96%
G=34.20%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621186500.270.600.3632.7842.7344.51
HexA2764101B3C24212b2d
Octal2421661010337444415355
Binary1010001011101101000001011011111100100100100001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27641; }

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

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

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

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

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

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

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

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