#A07E50

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

Shades of Muesli #A07E50

Tints of Muesli #A07E50

Color information

#A07E50 (or 0xA07E50) is unknown color: approx Muesli. HEX triplet: A0, 7E and 50. RGB value is (160,126,80). Sum of RGB (Red+Green+Blue) = 160+126+80=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E50 is #5F81AF. Grayscale: #838383. Windows color (decimal): -6259120 or 5275296. OLE color: 5275296.

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

Color convert

RGB16012680-
CMYK00.210.50.37
HSL34.5º33.33%47.06%-
HSV(B)34.5º50%62.75%-
XYZ23.4122.9710.79-
YUV130.9299.26148.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=43.72%
G=34.43%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601268000.210.50.3734.533.3347.06
HexA07E50015322522212f
Octal2401761200256245424157
Binary1010000011111101010000010101110010100101100010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E50; }

 p { color: rgb(160,126,80); }

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

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

 a { background-color: rgb(160,126,80); }

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

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

 span { border-color: rgb(160,126,80); }

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