#AF8248

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

Shades of Muddy Waters #AF8248

Tints of Muddy Waters #AF8248

Color information

#AF8248 (or 0xAF8248) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 48. RGB value is (175,130,72). Sum of RGB (Red+Green+Blue) = 175+130+72=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8248 is #507DB7. Grayscale: #898989. Windows color (decimal): -5275064 or 4752047. OLE color: 4752047.

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

Color convert

RGB17513072-
CMYK00.260.590.31
HSL33.79º41.7%48.43%-
HSV(B)33.79º58.86%68.63%-
XYZ26.8325.559.65-
YUV136.8491.41155.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=46.42%
G=34.48%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751307200.260.590.3133.7941.748.43
HexAF824801A3B1F222a30
Octal2572021100327337425260
Binary1010111110000010100100001101011101111111100010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8248; }

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

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

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

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

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

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

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

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