#A18352

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

Shades of Muesli #A18352

Tints of Muesli #A18352

Color information

#A18352 (or 0xA18352) is unknown color: approx Muesli. HEX triplet: A1, 83 and 52. RGB value is (161,131,82). Sum of RGB (Red+Green+Blue) = 161+131+82=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A18352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18352 is #5E7CAD. Grayscale: #868686. Windows color (decimal): -6192302 or 5407649. OLE color: 5407649.

HSL color Cylindrical-coordinate representation of color #A18352: hue angle of 37.22º 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 #A18352 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16113182-
CMYK00.190.490.37
HSL37.22º32.51%47.65%-
HSV(B)37.22º49.07%63.14%-
XYZ24.3424.4211.41-
YUV134.3898.44146.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=43.05%
G=35.03%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611318200.190.490.3737.2232.5147.65
HexA183520133125252130
Octal2412031220236145454160
Binary10100001100000111010010010011110001100101100101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18352; }

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

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

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

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

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

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

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

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