#A2784B

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

Shades of Muesli #A2784B

Tints of Muesli #A2784B

Color information

#A2784B (or 0xA2784B) is unknown color: approx Muesli. HEX triplet: A2, 78 and 4B. RGB value is (162,120,75). Sum of RGB (Red+Green+Blue) = 162+120+75=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2784B is #5D87B4. Grayscale: #7F7F7F. Windows color (decimal): -6129589 or 4946082. OLE color: 4946082.

HSL color Cylindrical-coordinate representation of color #A2784B: hue angle of 31.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2784B is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16212075-
CMYK00.260.540.36
HSL31.03º36.71%46.47%-
HSV(B)31.03º53.7%63.53%-
XYZ22.8921.629.62-
YUV127.4398.41152.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=45.38%
G=33.61%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621207500.260.540.3631.0336.7146.47
HexA2784B01A36241f252e
Octal2421701130326644374556
Binary101000101111000100101101101011011010010011111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2784B; }

 p { color: rgb(162,120,75); }

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

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

 a { background-color: rgb(162,120,75); }

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

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

 span { border-color: rgb(162,120,75); }

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