#AA8251

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

Shades of Muddy Waters #AA8251

Tints of Muddy Waters #AA8251

Color information

#AA8251 (or 0xAA8251) is unknown color: approx Muddy Waters. HEX triplet: AA, 82 and 51. RGB value is (170,130,81). Sum of RGB (Red+Green+Blue) = 170+130+81=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8251 is #557DAE. Grayscale: #888888. Windows color (decimal): -5602735 or 5341866. OLE color: 5341866.

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

Color convert

RGB17013081-
CMYK00.240.520.33
HSL33.03º35.46%49.22%-
HSV(B)33.03º52.35%66.67%-
XYZ26.0525.1111.26-
YUV136.3796.75151.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 81 (32.03% from 255) = 21.26%
R=44.62%
G=34.12%
B=21.26%

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
Decimal1701308100.240.520.3333.0335.4649.22
HexAA82510183421212331
Octal2522021210306441414361
Binary10101010100000101010001011000110100100001100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8251; }

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

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

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

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

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

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

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

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