#AF7E48

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

Shades of Muddy Waters #AF7E48

Tints of Muddy Waters #AF7E48

Color information

#AF7E48 (or 0xAF7E48) is unknown color: approx Muddy Waters. HEX triplet: AF, 7E and 48. RGB value is (175,126,72). Sum of RGB (Red+Green+Blue) = 175+126+72=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E48 is #5081B7. Grayscale: #868686. Windows color (decimal): -5276088 or 4751023. OLE color: 4751023.

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

Color convert

RGB17512672-
CMYK00.280.590.31
HSL31.46º41.7%48.43%-
HSV(B)31.46º58.86%68.63%-
XYZ26.3124.59.47-
YUV134.4992.73156.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=46.92%
G=33.78%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751267200.280.590.3131.4641.748.43
HexAF7E4801C3B1F1f2a30
Octal2571761100347337375260
Binary10101111111111010010000111001110111111111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E48; }

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

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

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

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

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

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

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

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