#AF7F53

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

Shades of Muddy Waters #AF7F53

Tints of Muddy Waters #AF7F53

Color information

#AF7F53 (or 0xAF7F53) is unknown color: approx Muddy Waters. HEX triplet: AF, 7F and 53. RGB value is (175,127,83). Sum of RGB (Red+Green+Blue) = 175+127+83=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F53 is #5080AC. Grayscale: #888888. Windows color (decimal): -5275821 or 5472175. OLE color: 5472175.

HSL color Cylindrical-coordinate representation of color #AF7F53: hue angle of 28.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF7F53 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17512783-
CMYK00.270.530.31
HSL28.7º36.51%50.59%-
HSV(B)28.7º52.57%68.63%-
XYZ26.8324.9211.58-
YUV136.3497.9155.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=45.45%
G=32.99%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751278300.270.530.3128.736.5150.59
HexAF7F5301B351F1d2533
Octal2571771230336537354563
Binary10101111111111110100110110111101011111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F53; }

 p { color: rgb(175,127,83); }

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

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

 a { background-color: rgb(175,127,83); }

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

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

 span { border-color: rgb(175,127,83); }

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