#AF8448

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

Shades of Muddy Waters #AF8448

Tints of Muddy Waters #AF8448

Color information

#AF8448 (or 0xAF8448) is unknown color: approx Muddy Waters. HEX triplet: AF, 84 and 48. RGB value is (175,132,72). Sum of RGB (Red+Green+Blue) = 175+132+72=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8448 is #507BB7. Grayscale: #8A8A8A. Windows color (decimal): -5274552 or 4752559. OLE color: 4752559.

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

Color convert

RGB17513272-
CMYK00.250.590.31
HSL34.95º41.7%48.43%-
HSV(B)34.95º58.86%68.63%-
XYZ27.126.089.74-
YUV138.0290.75154.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=46.17%
G=34.83%
B=19.00%

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
Decimal1751327200.250.590.3134.9541.748.43
HexAF84480193B1F232a30
Octal2572041100317337435260
Binary1010111110000100100100001100111101111111100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8448; }

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

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

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

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

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

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

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

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