#A2845B

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

Shades of Muesli #A2845B

Tints of Muesli #A2845B

Color information

#A2845B (or 0xA2845B) is unknown color: approx Muesli. HEX triplet: A2, 84 and 5B. RGB value is (162,132,91). Sum of RGB (Red+Green+Blue) = 162+132+91=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845B is #5D7BA4. Grayscale: #888888. Windows color (decimal): -6126501 or 5997730. OLE color: 5997730.

HSL color Cylindrical-coordinate representation of color #A2845B: hue angle of 34.65º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2845B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16213291-
CMYK00.190.440.36
HSL34.65º28.06%49.61%-
HSV(B)34.65º43.83%63.53%-
XYZ25.0424.9413.39-
YUV136.3102.44146.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=42.08%
G=34.29%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621329100.190.440.3634.6528.0649.61
HexA2845B0132C24231c32
Octal2422041330235444433462
Binary1010001010000100101101101001110110010010010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2845B; }

 p { color: rgb(162,132,91); }

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

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

 a { background-color: rgb(162,132,91); }

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

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

 span { border-color: rgb(162,132,91); }

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