#AF7D53

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

Shades of Muddy Waters #AF7D53

Tints of Muddy Waters #AF7D53

Color information

#AF7D53 (or 0xAF7D53) is unknown color: approx Muddy Waters. HEX triplet: AF, 7D and 53. RGB value is (175,125,83). Sum of RGB (Red+Green+Blue) = 175+125+83=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D53 is #5082AC. Grayscale: #878787. Windows color (decimal): -5276333 or 5471663. OLE color: 5471663.

HSL color Cylindrical-coordinate representation of color #AF7D53: hue angle of 27.39º 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 #AF7D53 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17512583-
CMYK00.290.530.31
HSL27.39º36.51%50.59%-
HSV(B)27.39º52.57%68.63%-
XYZ26.5724.4111.49-
YUV135.1698.56156.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 83 (32.81% from 255) = 21.67%
R=45.69%
G=32.64%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751258300.290.530.3127.3936.5150.59
HexAF7D5301D351F1b2533
Octal2571751230356537334563
Binary10101111111110110100110111011101011111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D53; }

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

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

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

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

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

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

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

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