#A1814D

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

Shades of Muesli #A1814D

Tints of Muesli #A1814D

Color information

#A1814D (or 0xA1814D) is unknown color: approx Muesli. HEX triplet: A1, 81 and 4D. RGB value is (161,129,77). Sum of RGB (Red+Green+Blue) = 161+129+77=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1814D is #5E7EB2. Grayscale: #848484. Windows color (decimal): -6192819 or 5079457. OLE color: 5079457.

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

Color convert

RGB16112977-
CMYK00.200.520.37
HSL37.14º35.29%46.67%-
HSV(B)37.14º52.17%63.14%-
XYZ23.8923.8110.36-
YUV132.6496.6148.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=43.87%
G=35.15%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611297700.200.520.3737.1435.2946.67
HexA1814D014342525232f
Octal2412011150246445454357
Binary10100001100000011001101010100110100100101100101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1814D; }

 p { color: rgb(161,129,77); }

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

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

 a { background-color: rgb(161,129,77); }

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

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

 span { border-color: rgb(161,129,77); }

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