#A27C54

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

Shades of Muesli #A27C54

Tints of Muesli #A27C54

Color information

#A27C54 (or 0xA27C54) is unknown color: approx Muesli. HEX triplet: A2, 7C and 54. RGB value is (162,124,84). Sum of RGB (Red+Green+Blue) = 162+124+84=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C54 is #5D83AB. Grayscale: #838383. Windows color (decimal): -6128556 or 5536930. OLE color: 5536930.

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

Color convert

RGB16212484-
CMYK00.230.480.36
HSL30.77º31.71%48.24%-
HSV(B)30.77º48.15%63.53%-
XYZ23.7122.7411.53-
YUV130.8101.59150.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=43.78%
G=33.51%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621248400.230.480.3630.7731.7148.24
HexA27C5401730241f2030
Octal2421741240276044374060
Binary101000101111100101010001011111000010010011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C54; }

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

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

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

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

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

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

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

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