#AF8348

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

Shades of Muddy Waters #AF8348

Tints of Muddy Waters #AF8348

Color information

#AF8348 (or 0xAF8348) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 48. RGB value is (175,131,72). Sum of RGB (Red+Green+Blue) = 175+131+72=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8348 is #507CB7. Grayscale: #898989. Windows color (decimal): -5274808 or 4752303. OLE color: 4752303.

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

Color convert

RGB17513172-
CMYK00.250.590.31
HSL34.37º41.7%48.43%-
HSV(B)34.37º58.86%68.63%-
XYZ26.9725.819.69-
YUV137.4391.08154.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=46.30%
G=34.66%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751317200.250.590.3134.3741.748.43
HexAF83480193B1F222a30
Octal2572031100317337425260
Binary1010111110000011100100001100111101111111100010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8348; }

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

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

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

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

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

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

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

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