#AF8846

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

Shades of Muddy Waters #AF8846

Tints of Muddy Waters #AF8846

Color information

#AF8846 (or 0xAF8846) is unknown color: approx Muddy Waters. HEX triplet: AF, 88 and 46. RGB value is (175,136,70). Sum of RGB (Red+Green+Blue) = 175+136+70=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8846 is #5077B9. Grayscale: #8C8C8C. Windows color (decimal): -5273530 or 4622511. OLE color: 4622511.

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

Color convert

RGB17513670-
CMYK00.220.600.31
HSL37.71º42.86%48.04%-
HSV(B)37.71º60%68.63%-
XYZ27.5927.169.58-
YUV140.1488.42152.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=45.93%
G=35.70%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751367000.220.600.3137.7142.8648.04
HexAF88460163C1F262b30
Octal2572101060267437465360
Binary1010111110001000100011001011011110011111100110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8846; }

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

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

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

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

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

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

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

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