#AA8252

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

Shades of Muddy Waters #AA8252

Tints of Muddy Waters #AA8252

Color information

#AA8252 (or 0xAA8252) is unknown color: approx Muddy Waters. HEX triplet: AA, 82 and 52. RGB value is (170,130,82). Sum of RGB (Red+Green+Blue) = 170+130+82=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8252 is #557DAD. Grayscale: #888888. Windows color (decimal): -5602734 or 5407402. OLE color: 5407402.

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

Color convert

RGB17013082-
CMYK00.240.520.33
HSL32.73º34.92%49.41%-
HSV(B)32.73º51.76%66.67%-
XYZ26.0825.1211.46-
YUV136.4997.25151.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=44.50%
G=34.03%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701308200.240.520.3332.7334.9249.41
HexAA82520183421212331
Octal2522021220306441414361
Binary10101010100000101010010011000110100100001100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8252; }

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

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

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

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

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

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

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

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