#AF8746

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

Shades of Muddy Waters #AF8746

Tints of Muddy Waters #AF8746

Color information

#AF8746 (or 0xAF8746) is unknown color: approx Muddy Waters. HEX triplet: AF, 87 and 46. RGB value is (175,135,70). Sum of RGB (Red+Green+Blue) = 175+135+70=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8746 is #5078B9. Grayscale: #8B8B8B. Windows color (decimal): -5273786 or 4622255. OLE color: 4622255.

HSL color Cylindrical-coordinate representation of color #AF8746: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF8746 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17513570-
CMYK00.230.600.31
HSL37.14º42.86%48.04%-
HSV(B)37.14º60%68.63%-
XYZ27.4526.889.54-
YUV139.5588.75153.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=46.05%
G=35.53%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751357000.230.600.3137.1442.8648.04
HexAF87460173C1F252b30
Octal2572071060277437455360
Binary1010111110000111100011001011111110011111100101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8746; }

 p { color: rgb(175,135,70); }

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

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

 a { background-color: rgb(175,135,70); }

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

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

 span { border-color: rgb(175,135,70); }

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