#A77952

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

Shades of Muesli #A77952

Tints of Muesli #A77952

Color information

#A77952 (or 0xA77952) is unknown color: approx Muesli. HEX triplet: A7, 79 and 52. RGB value is (167,121,82). Sum of RGB (Red+Green+Blue) = 167+121+82=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A77952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77952 is #5886AD. Grayscale: #828282. Windows color (decimal): -5801646 or 5405095. OLE color: 5405095.

HSL color Cylindrical-coordinate representation of color #A77952: hue angle of 27.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A77952 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16712182-
CMYK00.280.510.35
HSL27.53º34.14%48.82%-
HSV(B)27.53º50.9%65.49%-
XYZ24.322.511.04-
YUV130.31100.74154.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=45.14%
G=32.70%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671218200.280.510.3527.5334.1448.82
HexA7795201C33231c2231
Octal2471711220346343344261
Binary101001111111001101001001110011001110001111100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77952; }

 p { color: rgb(167,121,82); }

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

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

 a { background-color: rgb(167,121,82); }

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

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

 span { border-color: rgb(167,121,82); }

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