#AA8343

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

Shades of Muddy Waters #AA8343

Tints of Muddy Waters #AA8343

Color information

#AA8343 (or 0xAA8343) is unknown color: approx Muddy Waters. HEX triplet: AA, 83 and 43. RGB value is (170,131,67). Sum of RGB (Red+Green+Blue) = 170+131+67=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8343 is #557CBC. Grayscale: #878787. Windows color (decimal): -5602493 or 4424618. OLE color: 4424618.

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

Color convert

RGB17013167-
CMYK00.230.610.33
HSL37.28º43.46%46.47%-
HSV(B)37.28º60.59%66.67%-
XYZ25.7125.188.82-
YUV135.3689.42152.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=46.20%
G=35.60%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701316700.230.610.3337.2843.4646.47
HexAA83430173D21252b2e
Octal2522031030277541455356
Binary10101010100000111000011010111111101100001100101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8343; }

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

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

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

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

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

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

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

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