#A2804E

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

Shades of Muesli #A2804E

Tints of Muesli #A2804E

Color information

#A2804E (or 0xA2804E) is unknown color: approx Muesli. HEX triplet: A2, 80 and 4E. RGB value is (162,128,78). Sum of RGB (Red+Green+Blue) = 162+128+78=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2804E is #5D7FB1. Grayscale: #848484. Windows color (decimal): -6127538 or 5144738. OLE color: 5144738.

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

Color convert

RGB16212878-
CMYK00.210.520.36
HSL35.71º35%47.06%-
HSV(B)35.71º51.85%63.53%-
XYZ23.9923.6710.51-
YUV132.4797.26149.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=44.02%
G=34.78%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621287800.210.520.3635.713547.06
HexA2804E015342424232f
Octal2422001160256444444357
Binary10100010100000001001110010101110100100100100100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2804E; }

 p { color: rgb(162,128,78); }

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

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

 a { background-color: rgb(162,128,78); }

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

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

 span { border-color: rgb(162,128,78); }

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