#A18451

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

Shades of Muesli #A18451

Tints of Muesli #A18451

Color information

#A18451 (or 0xA18451) is unknown color: approx Muesli. HEX triplet: A1, 84 and 51. RGB value is (161,132,81). Sum of RGB (Red+Green+Blue) = 161+132+81=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A18451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18451 is #5E7BAE. Grayscale: #878787. Windows color (decimal): -6192047 or 5342369. OLE color: 5342369.

HSL color Cylindrical-coordinate representation of color #A18451: hue angle of 38.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 #A18451 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16113281-
CMYK00.180.500.37
HSL38.25º33.06%47.45%-
HSV(B)38.25º49.69%63.14%-
XYZ24.4324.6711.26-
YUV134.8697.61146.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=43.05%
G=35.29%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611328100.180.500.3738.2533.0647.45
HexA18451012322526212f
Octal2412041210226245464157
Binary10100001100001001010001010010110010100101100110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18451; }

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

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

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

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

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

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

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

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