#AA7952

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

Shades of Muddy Waters #AA7952

Tints of Muddy Waters #AA7952

Color information

#AA7952 (or 0xAA7952) is unknown color: approx Muddy Waters. HEX triplet: AA, 79 and 52. RGB value is (170,121,82). Sum of RGB (Red+Green+Blue) = 170+121+82=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7952 is #5586AD. Grayscale: #838383. Windows color (decimal): -5605038 or 5405098. OLE color: 5405098.

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

Color convert

RGB17012182-
CMYK00.290.520.33
HSL26.59º34.92%49.41%-
HSV(B)26.59º51.76%66.67%-
XYZ24.9422.8311.07-
YUV131.21100.23155.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=45.58%
G=32.44%
B=21.98%

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
Decimal1701218200.290.520.3326.5934.9249.41
HexAA795201D34211b2331
Octal2521711220356441334361
Binary101010101111001101001001110111010010000111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7952; }

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

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

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

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

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

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

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

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