#A0784F

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

Shades of Muesli #A0784F

Tints of Muesli #A0784F

Color information

#A0784F (or 0xA0784F) is unknown color: approx Muesli. HEX triplet: A0, 78 and 4F. RGB value is (160,120,79). Sum of RGB (Red+Green+Blue) = 160+120+79=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0784F is #5F87B0. Grayscale: #7F7F7F. Windows color (decimal): -6260657 or 5208224. OLE color: 5208224.

HSL color Cylindrical-coordinate representation of color #A0784F: hue angle of 30.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0784F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16012079-
CMYK00.250.510.37
HSL30.37º33.89%46.86%-
HSV(B)30.37º50.63%62.75%-
XYZ22.6221.4710.35-
YUV127.29100.75151.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=44.57%
G=33.43%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601207900.250.510.3730.3733.8946.86
HexA0784F01933251e222f
Octal2401701170316345364257
Binary101000001111000100111101100111001110010111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0784F; }

 p { color: rgb(160,120,79); }

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

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

 a { background-color: rgb(160,120,79); }

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

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

 span { border-color: rgb(160,120,79); }

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