#AA7953

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

Shades of Muesli #AA7953

Tints of Muesli #AA7953

Color information

#AA7953 (or 0xAA7953) is unknown color: approx Muesli. HEX triplet: AA, 79 and 53. RGB value is (170,121,83). Sum of RGB (Red+Green+Blue) = 170+121+83=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7953 is #5586AC. Grayscale: #838383. Windows color (decimal): -5605037 or 5470634. OLE color: 5470634.

HSL color Cylindrical-coordinate representation of color #AA7953: hue angle of 26.21º 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 #AA7953 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17012183-
CMYK00.290.510.33
HSL26.21º34.39%49.61%-
HSV(B)26.21º51.18%66.67%-
XYZ24.9822.8511.28-
YUV131.32100.73155.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 83 (32.81% from 255) = 22.19%
R=45.45%
G=32.35%
B=22.19%

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
Decimal1701218300.290.510.3326.2134.3949.61
HexAA795301D33211a2232
Octal2521711230356341324262
Binary101010101111001101001101110111001110000111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7953; }

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

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

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

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

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

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

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

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