#AF7D52

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

Shades of Muddy Waters #AF7D52

Tints of Muddy Waters #AF7D52

Color information

#AF7D52 (or 0xAF7D52) is unknown color: approx Muddy Waters. HEX triplet: AF, 7D and 52. RGB value is (175,125,82). Sum of RGB (Red+Green+Blue) = 175+125+82=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D52 is #5082AD. Grayscale: #878787. Windows color (decimal): -5276334 or 5406127. OLE color: 5406127.

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

Color convert

RGB17512582-
CMYK00.290.530.31
HSL27.74º36.76%50.39%-
HSV(B)27.74º53.14%68.63%-
XYZ26.5424.3911.29-
YUV135.0598.06156.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=45.81%
G=32.72%
B=21.47%

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
Decimal1751258200.290.530.3127.7436.7650.39
HexAF7D5201D351F1c2532
Octal2571751220356537344562
Binary10101111111110110100100111011101011111111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7D52; }

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

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

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

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

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

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

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

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