#A07A4F

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

Shades of Muesli #A07A4F

Tints of Muesli #A07A4F

Color information

#A07A4F (or 0xA07A4F) is unknown color: approx Muesli. HEX triplet: A0, 7A and 4F. RGB value is (160,122,79). Sum of RGB (Red+Green+Blue) = 160+122+79=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A4F is #5F85B0. Grayscale: #808080. Windows color (decimal): -6260145 or 5208736. OLE color: 5208736.

HSL color Cylindrical-coordinate representation of color #A07A4F: hue angle of 31.85º 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 #A07A4F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16012279-
CMYK00.240.510.37
HSL31.85º33.89%46.86%-
HSV(B)31.85º50.63%62.75%-
XYZ22.8721.9610.43-
YUV128.46100.09150.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=44.32%
G=33.80%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601227900.240.510.3731.8533.8946.86
HexA07A4F018332520222f
Octal2401721170306345404257
Binary1010000011110101001111011000110011100101100000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A4F; }

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

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

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

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

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

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

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

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