#AF8749

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

Shades of Muddy Waters #AF8749

Tints of Muddy Waters #AF8749

Color information

#AF8749 (or 0xAF8749) is unknown color: approx Muddy Waters. HEX triplet: AF, 87 and 49. RGB value is (175,135,73). Sum of RGB (Red+Green+Blue) = 175+135+73=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8749 is #5078B6. Grayscale: #8C8C8C. Windows color (decimal): -5273783 or 4818863. OLE color: 4818863.

HSL color Cylindrical-coordinate representation of color #AF8749: hue angle of 36.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF8749 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17513573-
CMYK00.230.580.31
HSL36.47º41.13%48.63%-
HSV(B)36.47º58.29%68.63%-
XYZ27.5526.9210.05-
YUV139.8990.25153.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=45.69%
G=35.25%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751357300.230.580.3136.4741.1348.63
HexAF87490173A1F242931
Octal2572071110277237445161
Binary1010111110000111100100101011111101011111100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8749; }

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

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

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

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

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

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

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

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