#A2845A

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

Shades of Muesli #A2845A

Tints of Muesli #A2845A

Color information

#A2845A (or 0xA2845A) is unknown color: approx Muesli. HEX triplet: A2, 84 and 5A. RGB value is (162,132,90). Sum of RGB (Red+Green+Blue) = 162+132+90=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2845A is #5D7BA5. Grayscale: #888888. Windows color (decimal): -6126502 or 5932194. OLE color: 5932194.

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

Color convert

RGB16213290-
CMYK00.190.440.36
HSL35º28.57%49.41%-
HSV(B)35º44.44%63.53%-
XYZ2524.9213.17-
YUV136.18101.94146.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=42.19%
G=34.38%
B=23.44%

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
Decimal1621329000.190.440.363528.5749.41
HexA2845A0132C24231d31
Octal2422041320235444433561
Binary1010001010000100101101001001110110010010010001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2845A; }

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

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

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

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

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

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

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

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