#AA834E

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

Shades of Muddy Waters #AA834E

Tints of Muddy Waters #AA834E

Color information

#AA834E (or 0xAA834E) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 4E. RGB value is (170,131,78). Sum of RGB (Red+Green+Blue) = 170+131+78=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA834E is #557CB1. Grayscale: #888888. Windows color (decimal): -5602482 or 5145514. OLE color: 5145514.

HSL color Cylindrical-coordinate representation of color #AA834E: hue angle of 34.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA834E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17013178-
CMYK00.230.540.33
HSL34.57º37.1%48.63%-
HSV(B)34.57º54.12%66.67%-
XYZ26.0725.3310.72-
YUV136.6294.92151.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=44.85%
G=34.56%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701317800.230.540.3334.5737.148.63
HexAA834E0173621232531
Octal2522031160276641434561
Binary10101010100000111001110010111110110100001100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA834E; }

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

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

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

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

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

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

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

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