#AA8351

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

Shades of Muddy Waters #AA8351

Tints of Muddy Waters #AA8351

Color information

#AA8351 (or 0xAA8351) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 51. RGB value is (170,131,81). Sum of RGB (Red+Green+Blue) = 170+131+81=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8351 is #557CAE. Grayscale: #898989. Windows color (decimal): -5602479 or 5342122. OLE color: 5342122.

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

Color convert

RGB17013181-
CMYK00.230.520.33
HSL33.71º35.46%49.22%-
HSV(B)33.71º52.35%66.67%-
XYZ26.1825.3711.3-
YUV136.9696.42151.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=44.50%
G=34.29%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701318100.230.520.3333.7135.4649.22
HexAA83510173421222331
Octal2522031210276441424361
Binary10101010100000111010001010111110100100001100010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8351; }

 p { color: rgb(170,131,81); }

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

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

 a { background-color: rgb(170,131,81); }

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

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

 span { border-color: rgb(170,131,81); }

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