#af834f

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

Shades of Muddy Waters #AF834F

Tints of Muddy Waters #AF834F

Color information

#AF834F (or 0xAF834F) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 4F. RGB value is (175,131,79). Sum of RGB (Red+Green+Blue) = 175+131+79=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF834F is #507CB0. Grayscale: #8A8A8A. Windows color (decimal): -5274801 or 5211055. OLE color: 5211055.

HSL color Cylindrical-coordinate representation of color #AF834F: hue angle of 32.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF834F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17513179-
CMYK00.250.550.31
HSL32.5º37.8%49.8%-
HSV(B)32.5º54.86%68.63%-
XYZ27.2125.9110.96-
YUV138.2394.58154.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=45.45%
G=34.03%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751317900.250.550.3132.537.849.8
HexAF834F019371F212632
Octal2572031170316737414662
Binary1010111110000011100111101100111011111111100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af834f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af834f; }

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

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

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

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

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

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

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

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