#AF794C

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

Shades of Muddy Waters #AF794C

Tints of Muddy Waters #AF794C

Color information

#AF794C (or 0xAF794C) is unknown color: approx Muddy Waters. HEX triplet: AF, 79 and 4C. RGB value is (175,121,76). Sum of RGB (Red+Green+Blue) = 175+121+76=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF794C is #5086B3. Grayscale: #848484. Windows color (decimal): -5277364 or 5011887. OLE color: 5011887.

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

Color convert

RGB17512176-
CMYK00.310.570.31
HSL27.27º39.44%49.22%-
HSV(B)27.27º56.57%68.63%-
XYZ25.8223.319.98-
YUV132.0296.39158.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=47.04%
G=32.53%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751217600.310.570.3127.2739.4449.22
HexAF794C01F391F1b2731
Octal2571711140377137334761
Binary10101111111100110011000111111110011111111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF794C; }

 p { color: rgb(175,121,76); }

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

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

 a { background-color: rgb(175,121,76); }

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

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

 span { border-color: rgb(175,121,76); }

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