#AA7954

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

Shades of Muesli #AA7954

Tints of Muesli #AA7954

Color information

#AA7954 (or 0xAA7954) is unknown color: approx Muesli. HEX triplet: AA, 79 and 54. RGB value is (170,121,84). Sum of RGB (Red+Green+Blue) = 170+121+84=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7954 is #5586AB. Grayscale: #838383. Windows color (decimal): -5605036 or 5536170. OLE color: 5536170.

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

Color convert

RGB17012184-
CMYK00.290.510.33
HSL25.81º33.86%49.8%-
HSV(B)25.81º50.59%66.67%-
XYZ25.0222.8611.48-
YUV131.43101.23155.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=45.33%
G=32.27%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701218400.290.510.3325.8133.8649.8
HexAA795401D33211a2232
Octal2521711240356341324262
Binary101010101111001101010001110111001110000111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7954; }

 p { color: rgb(170,121,84); }

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

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

 a { background-color: rgb(170,121,84); }

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

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

 span { border-color: rgb(170,121,84); }

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