#A18051

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

Shades of Muesli #A18051

Tints of Muesli #A18051

Color information

#A18051 (or 0xA18051) is unknown color: approx Muesli. HEX triplet: A1, 80 and 51. RGB value is (161,128,81). Sum of RGB (Red+Green+Blue) = 161+128+81=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A18051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18051 is #5E7FAE. Grayscale: #848484. Windows color (decimal): -6193071 or 5341345. OLE color: 5341345.

HSL color Cylindrical-coordinate representation of color #A18051: hue angle of 35.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18051 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16112881-
CMYK00.200.500.37
HSL35.25º33.06%47.45%-
HSV(B)35.25º49.69%63.14%-
XYZ23.923.6111.08-
YUV132.5198.93148.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 128 (50.39% from 255) = 34.59%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=43.51%
G=34.59%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611288100.200.500.3735.2533.0647.45
HexA18051014322523212f
Octal2412001210246245434157
Binary10100001100000001010001010100110010100101100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18051; }

 p { color: rgb(161,128,81); }

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

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

 a { background-color: rgb(161,128,81); }

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

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

 span { border-color: rgb(161,128,81); }

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