#A18552

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

Shades of Muesli #A18552

Tints of Muesli #A18552

Color information

#A18552 (or 0xA18552) is unknown color: approx Muesli. HEX triplet: A1, 85 and 52. RGB value is (161,133,82). Sum of RGB (Red+Green+Blue) = 161+133+82=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18552 is #5E7AAD. Grayscale: #878787. Windows color (decimal): -6191790 or 5408161. OLE color: 5408161.

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

Color convert

RGB16113382-
CMYK00.170.490.37
HSL38.73º32.51%47.65%-
HSV(B)38.73º49.07%63.14%-
XYZ24.6124.9611.5-
YUV135.5697.78146.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=42.82%
G=35.37%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611338200.170.490.3738.7332.5147.65
HexA185520113125272130
Octal2412051220216145474160
Binary10100001100001011010010010001110001100101100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18552; }

 p { color: rgb(161,133,82); }

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

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

 a { background-color: rgb(161,133,82); }

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

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

 span { border-color: rgb(161,133,82); }

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