#A27B56

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

Shades of Muesli #A27B56

Tints of Muesli #A27B56

Color information

#A27B56 (or 0xA27B56) is unknown color: approx Muesli. HEX triplet: A2, 7B and 56. RGB value is (162,123,86). Sum of RGB (Red+Green+Blue) = 162+123+86=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B56 is #5D84A9. Grayscale: #828282. Windows color (decimal): -6128810 or 5667746. OLE color: 5667746.

HSL color Cylindrical-coordinate representation of color #A27B56: hue angle of 29.21º 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 #A27B56 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16212386-
CMYK00.240.470.36
HSL29.21º30.65%48.63%-
HSV(B)29.21º46.91%63.53%-
XYZ23.6622.5211.9-
YUV130.44102.92150.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=43.67%
G=33.15%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621238600.240.470.3629.2130.6548.63
HexA27B560182F241d1f31
Octal2421731260305744353761
Binary10100010111101110101100110001011111001001110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B56; }

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

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

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

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

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

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

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

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