#A18654

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

Shades of Muesli #A18654

Tints of Muesli #A18654

Color information

#A18654 (or 0xA18654) is unknown color: approx Muesli. HEX triplet: A1, 86 and 54. RGB value is (161,134,84). Sum of RGB (Red+Green+Blue) = 161+134+84=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A18654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18654 is #5E79AB. Grayscale: #888888. Windows color (decimal): -6191532 or 5539489. OLE color: 5539489.

HSL color Cylindrical-coordinate representation of color #A18654: hue angle of 38.96º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A18654 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16113484-
CMYK00.170.480.37
HSL38.96º31.43%48.04%-
HSV(B)38.96º47.83%63.14%-
XYZ24.8225.2711.96-
YUV136.3798.45145.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 84 (33.20% from 255) = 22.16%
R=42.48%
G=35.36%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611348400.170.480.3738.9631.4348.04
HexA186540113025271f30
Octal2412061240216045473760
Binary1010000110000110101010001000111000010010110011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18654; }

 p { color: rgb(161,134,84); }

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

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

 a { background-color: rgb(161,134,84); }

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

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

 span { border-color: rgb(161,134,84); }

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