#AF844A

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

Shades of Muddy Waters #AF844A

Tints of Muddy Waters #AF844A

Color information

#AF844A (or 0xAF844A) is unknown color: approx Muddy Waters. HEX triplet: AF, 84 and 4A. RGB value is (175,132,74). Sum of RGB (Red+Green+Blue) = 175+132+74=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF844A is #507BB5. Grayscale: #8A8A8A. Windows color (decimal): -5274550 or 4883631. OLE color: 4883631.

HSL color Cylindrical-coordinate representation of color #AF844A: hue angle of 34.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF844A is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17513274-
CMYK00.250.580.31
HSL34.46º40.56%48.82%-
HSV(B)34.46º57.71%68.63%-
XYZ27.1726.1110.09-
YUV138.2491.75154.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=45.93%
G=34.65%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751327400.250.580.3134.4640.5648.82
HexAF844A0193A1F222931
Octal2572041120317237425161
Binary1010111110000100100101001100111101011111100010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF844A; }

 p { color: rgb(175,132,74); }

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

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

 a { background-color: rgb(175,132,74); }

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

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

 span { border-color: rgb(175,132,74); }

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