#A7764A

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

Shades of Muesli #A7764A

Tints of Muesli #A7764A

Color information

#A7764A (or 0xA7764A) is unknown color: approx Muesli. HEX triplet: A7, 76 and 4A. RGB value is (167,118,74). Sum of RGB (Red+Green+Blue) = 167+118+74=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7764A is #5889B5. Grayscale: #7F7F7F. Windows color (decimal): -5802422 or 4880039. OLE color: 4880039.

HSL color Cylindrical-coordinate representation of color #A7764A: hue angle of 28.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7764A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16711874-
CMYK00.290.560.35
HSL28.39º38.59%47.25%-
HSV(B)28.39º55.69%65.49%-
XYZ23.6521.679.41-
YUV127.6497.73156.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=46.52%
G=32.87%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671187400.290.560.3528.3938.5947.25
HexA7764A01D38231c272f
Octal2471661120357043344757
Binary101001111110110100101001110111100010001111100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7764A; }

 p { color: rgb(167,118,74); }

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

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

 a { background-color: rgb(167,118,74); }

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

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

 span { border-color: rgb(167,118,74); }

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