#a97852

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

Shades of Muesli #A97852

Tints of Muesli #A97852

Color information

#A97852 (or 0xA97852) is unknown color: approx Muesli. HEX triplet: A9, 78 and 52. RGB value is (169,120,82). Sum of RGB (Red+Green+Blue) = 169+120+82=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A97852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97852 is #5687AD. Grayscale: #828282. Windows color (decimal): -5670830 or 5404841. OLE color: 5404841.

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

Color convert

RGB16912082-
CMYK00.290.510.34
HSL26.21º34.66%49.22%-
HSV(B)26.21º51.48%66.27%-
XYZ24.622.4811.02-
YUV130.32100.73155.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=45.55%
G=32.35%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691208200.290.510.3426.2134.6649.22
HexA9785201D33221a2331
Octal2511701220356342324361
Binary101010011111000101001001110111001110001011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a97852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a97852; }

 p { color: rgb(169,120,82); }

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

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

 a { background-color: rgb(169,120,82); }

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

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

 span { border-color: rgb(169,120,82); }

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