#AF7B4F

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

Shades of Muddy Waters #AF7B4F

Tints of Muddy Waters #AF7B4F

Color information

#AF7B4F (or 0xAF7B4F) is unknown color: approx Muddy Waters. HEX triplet: AF, 7B and 4F. RGB value is (175,123,79). Sum of RGB (Red+Green+Blue) = 175+123+79=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B4F is #5084B0. Grayscale: #858585. Windows color (decimal): -5276849 or 5209007. OLE color: 5209007.

HSL color Cylindrical-coordinate representation of color #AF7B4F: hue angle of 27.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 #AF7B4F is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17512379-
CMYK00.300.550.31
HSL27.5º37.8%49.8%-
HSV(B)27.5º54.86%68.63%-
XYZ26.1723.8410.62-
YUV133.5397.23157.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=46.42%
G=32.63%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751237900.300.550.3127.537.849.8
HexAF7B4F01E371F1b2632
Octal2571731170366737334662
Binary10101111111101110011110111101101111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B4F; }

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

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

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

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

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

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

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

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