#AA854B

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

Shades of Muddy Waters #AA854B

Tints of Muddy Waters #AA854B

Color information

#AA854B (or 0xAA854B) is unknown color: approx Muddy Waters. HEX triplet: AA, 85 and 4B. RGB value is (170,133,75). Sum of RGB (Red+Green+Blue) = 170+133+75=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA854B is #557AB4. Grayscale: #898989. Windows color (decimal): -5601973 or 4949418. OLE color: 4949418.

HSL color Cylindrical-coordinate representation of color #AA854B: hue angle of 36.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA854B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17013375-
CMYK00.220.560.33
HSL36.63º38.78%48.04%-
HSV(B)36.63º55.88%66.67%-
XYZ26.2425.8310.26-
YUV137.4592.76151.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 75 (29.69% from 255) = 19.84%
R=44.97%
G=35.19%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701337500.220.560.3336.6338.7848.04
HexAA854B0163821252730
Octal2522051130267041454760
Binary10101010100001011001011010110111000100001100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA854B; }

 p { color: rgb(170,133,75); }

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

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

 a { background-color: rgb(170,133,75); }

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

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

 span { border-color: rgb(170,133,75); }

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