#A27642

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

Shades of Muesli #A27642

Tints of Muesli #A27642

Color information

#A27642 (or 0xA27642) is unknown color: approx Muesli. HEX triplet: A2, 76 and 42. RGB value is (162,118,66). Sum of RGB (Red+Green+Blue) = 162+118+66=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A27642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27642 is #5D89BD. Grayscale: #7D7D7D. Windows color (decimal): -6130110 or 4355746. OLE color: 4355746.

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

Color convert

RGB16211866-
CMYK00.270.590.36
HSL32.5º42.11%44.71%-
HSV(B)32.5º59.26%63.53%-
XYZ22.3621.038.04-
YUV125.2394.58154.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=46.82%
G=34.10%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621186600.270.590.3632.542.1144.71
HexA2764201B3B24202a2d
Octal2421661020337344405255
Binary1010001011101101000010011011111011100100100000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27642; }

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

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

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

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

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

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

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

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