#A27C56

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

Shades of Muesli #A27C56

Tints of Muesli #A27C56

Color information

#A27C56 (or 0xA27C56) is unknown color: approx Muesli. HEX triplet: A2, 7C and 56. RGB value is (162,124,86). Sum of RGB (Red+Green+Blue) = 162+124+86=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C56 is #5D83A9. Grayscale: #838383. Windows color (decimal): -6128554 or 5668002. OLE color: 5668002.

HSL color Cylindrical-coordinate representation of color #A27C56: hue angle of 30º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27C56 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16212486-
CMYK00.230.470.36
HSL30º30.65%48.63%-
HSV(B)30º46.91%63.53%-
XYZ23.7922.7711.95-
YUV131.03102.59150.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 23.12%
R=43.55%
G=33.33%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621248600.230.470.363030.6548.63
HexA27C560172F241e1f31
Octal2421741260275744363761
Binary10100010111110010101100101111011111001001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C56; }

 p { color: rgb(162,124,86); }

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

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

 a { background-color: rgb(162,124,86); }

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

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

 span { border-color: rgb(162,124,86); }

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