#A1824E

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

Shades of Muesli #A1824E

Tints of Muesli #A1824E

Color information

#A1824E (or 0xA1824E) is unknown color: approx Muesli. HEX triplet: A1, 82 and 4E. RGB value is (161,130,78). Sum of RGB (Red+Green+Blue) = 161+130+78=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1824E is #5E7DB1. Grayscale: #858585. Windows color (decimal): -6192562 or 5145249. OLE color: 5145249.

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

Color convert

RGB16113078-
CMYK00.190.520.37
HSL37.59º34.73%46.86%-
HSV(B)37.59º51.55%63.14%-
XYZ24.0624.0910.59-
YUV133.3496.77147.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=43.63%
G=35.23%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611307800.190.520.3737.5934.7346.86
HexA1824E013342526232f
Octal2412021160236445464357
Binary10100001100000101001110010011110100100101100110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1824E; }

 p { color: rgb(161,130,78); }

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

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

 a { background-color: rgb(161,130,78); }

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

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

 span { border-color: rgb(161,130,78); }

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