#A18455

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

Shades of Muesli #A18455

Tints of Muesli #A18455

Color information

#A18455 (or 0xA18455) is unknown color: approx Muesli. HEX triplet: A1, 84 and 55. RGB value is (161,132,85). Sum of RGB (Red+Green+Blue) = 161+132+85=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18455 is #5E7BAA. Grayscale: #878787. Windows color (decimal): -6192043 or 5604513. OLE color: 5604513.

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

Color convert

RGB16113285-
CMYK00.180.470.37
HSL37.11º30.89%48.24%-
HSV(B)37.11º47.2%63.14%-
XYZ24.5924.7412.07-
YUV135.3199.61146.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=42.59%
G=34.92%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611328500.180.470.3737.1130.8948.24
HexA184550122F25251f30
Octal2412041250225745453760
Binary1010000110000100101010101001010111110010110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18455; }

 p { color: rgb(161,132,85); }

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

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

 a { background-color: rgb(161,132,85); }

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

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

 span { border-color: rgb(161,132,85); }

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