#AA7852

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

Shades of Muesli #AA7852

Tints of Muesli #AA7852

Color information

#AA7852 (or 0xAA7852) is unknown color: approx Muesli. HEX triplet: AA, 78 and 52. RGB value is (170,120,82). Sum of RGB (Red+Green+Blue) = 170+120+82=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7852 is #5587AD. Grayscale: #828282. Windows color (decimal): -5605294 or 5404842. OLE color: 5404842.

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

Color convert

RGB17012082-
CMYK00.290.520.33
HSL25.91º34.92%49.41%-
HSV(B)25.91º51.76%66.67%-
XYZ24.8222.5911.03-
YUV130.62100.56156.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=45.70%
G=32.26%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701208200.290.520.3325.9134.9249.41
HexAA785201D34211a2331
Octal2521701220356441324361
Binary101010101111000101001001110111010010000111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7852; }

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

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

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

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

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

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

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

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