#A1804A

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

Shades of Muesli #A1804A

Tints of Muesli #A1804A

Color information

#A1804A (or 0xA1804A) is unknown color: approx Muesli. HEX triplet: A1, 80 and 4A. RGB value is (161,128,74). Sum of RGB (Red+Green+Blue) = 161+128+74=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A1804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1804A is #5E7FB5. Grayscale: #838383. Windows color (decimal): -6193078 or 4882593. OLE color: 4882593.

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

Color convert

RGB16112874-
CMYK00.200.540.37
HSL37.24º37.02%46.08%-
HSV(B)37.24º54.04%63.14%-
XYZ23.6523.519.77-
YUV131.7195.43148.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=44.35%
G=35.26%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611287400.200.540.3737.2437.0246.08
HexA1804A014362525252e
Octal2412001120246645454556
Binary10100001100000001001010010100110110100101100101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1804A; }

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

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

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

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

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

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

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

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