#A07A4E

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

Shades of Muesli #A07A4E

Tints of Muesli #A07A4E

Color information

#A07A4E (or 0xA07A4E) is unknown color: approx Muesli. HEX triplet: A0, 7A and 4E. RGB value is (160,122,78). Sum of RGB (Red+Green+Blue) = 160+122+78=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A4E is #5F85B1. Grayscale: #808080. Windows color (decimal): -6260146 or 5143200. OLE color: 5143200.

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

Color convert

RGB16012278-
CMYK00.240.510.37
HSL32.2º34.45%46.67%-
HSV(B)32.2º51.25%62.75%-
XYZ22.8321.9410.24-
YUV128.3599.59150.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=44.44%
G=33.89%
B=21.67%

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
Decimal1601227800.240.510.3732.234.4546.67
HexA07A4E018332520222f
Octal2401721160306345404257
Binary1010000011110101001110011000110011100101100000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A4E; }

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

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

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

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

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

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

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

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