#AF7F56

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

Shades of Muddy Waters #AF7F56

Tints of Muddy Waters #AF7F56

Color information

#AF7F56 (or 0xAF7F56) is unknown color: approx Muddy Waters. HEX triplet: AF, 7F and 56. RGB value is (175,127,86). Sum of RGB (Red+Green+Blue) = 175+127+86=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F56 is #5080A9. Grayscale: #888888. Windows color (decimal): -5275818 or 5668783. OLE color: 5668783.

HSL color Cylindrical-coordinate representation of color #AF7F56: hue angle of 27.64º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7F56 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17512786-
CMYK00.270.510.31
HSL27.64º35.74%51.18%-
HSV(B)27.64º50.86%68.63%-
XYZ26.9524.9612.2-
YUV136.6899.4155.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=45.10%
G=32.73%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751278600.270.510.3127.6435.7451.18
HexAF7F5601B331F1c2433
Octal2571771260336337344463
Binary10101111111111110101100110111100111111111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F56; }

 p { color: rgb(175,127,86); }

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

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

 a { background-color: rgb(175,127,86); }

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

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

 span { border-color: rgb(175,127,86); }

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