#AF7C42

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

Shades of Muddy Waters #AF7C42

Tints of Muddy Waters #AF7C42

Color information

#AF7C42 (or 0xAF7C42) is unknown color: approx Muddy Waters. HEX triplet: AF, 7C and 42. RGB value is (175,124,66). Sum of RGB (Red+Green+Blue) = 175+124+66=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C42 is #5083BD. Grayscale: #848484. Windows color (decimal): -5276606 or 4357295. OLE color: 4357295.

HSL color Cylindrical-coordinate representation of color #AF7C42: hue angle of 31.93º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7C42 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17512466-
CMYK00.290.620.31
HSL31.93º45.23%47.25%-
HSV(B)31.93º62.29%68.63%-
XYZ25.8723.928.41-
YUV132.6490.4158.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=47.95%
G=33.97%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751246600.290.620.3131.9345.2347.25
HexAF7C4201D3E1F202d2f
Octal2571741020357637405557
Binary101011111111100100001001110111111011111100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7C42; }

 p { color: rgb(175,124,66); }

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

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

 a { background-color: rgb(175,124,66); }

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

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

 span { border-color: rgb(175,124,66); }

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