#A07F4E

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

Shades of Muesli #A07F4E

Tints of Muesli #A07F4E

Color information

#A07F4E (or 0xA07F4E) is unknown color: approx Muesli. HEX triplet: A0, 7F and 4E. RGB value is (160,127,78). Sum of RGB (Red+Green+Blue) = 160+127+78=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F4E is #5F80B1. Grayscale: #838383. Windows color (decimal): -6258866 or 5144480. OLE color: 5144480.

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

Color convert

RGB16012778-
CMYK00.210.510.37
HSL35.85º34.45%46.67%-
HSV(B)35.85º51.25%62.75%-
XYZ23.4623.210.45-
YUV131.2897.93148.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=43.84%
G=34.79%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601277800.210.510.3735.8534.4546.67
HexA07F4E015332524222f
Octal2401771160256345444257
Binary1010000011111111001110010101110011100101100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F4E; }

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

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

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

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

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

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

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

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