#AF7E55

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

Shades of Muddy Waters #AF7E55

Tints of Muddy Waters #AF7E55

Color information

#AF7E55 (or 0xAF7E55) is unknown color: approx Muddy Waters. HEX triplet: AF, 7E and 55. RGB value is (175,126,85). Sum of RGB (Red+Green+Blue) = 175+126+85=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E55 is #5081AA. Grayscale: #888888. Windows color (decimal): -5276075 or 5602991. OLE color: 5602991.

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

Color convert

RGB17512685-
CMYK00.280.510.31
HSL27.33º36%50.98%-
HSV(B)27.33º51.43%68.63%-
XYZ26.7824.6911.95-
YUV135.9899.23155.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 85 (33.59% from 255) = 22.02%
R=45.34%
G=32.64%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751268500.280.510.3127.333650.98
HexAF7E5501C331F1b2433
Octal2571761250346337334463
Binary10101111111111010101010111001100111111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E55; }

 p { color: rgb(175,126,85); }

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

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

 a { background-color: rgb(175,126,85); }

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

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

 span { border-color: rgb(175,126,85); }

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