#AF7E43

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

Shades of Muddy Waters #AF7E43

Tints of Muddy Waters #AF7E43

Color information

#AF7E43 (or 0xAF7E43) is unknown color: approx Muddy Waters. HEX triplet: AF, 7E and 43. RGB value is (175,126,67). Sum of RGB (Red+Green+Blue) = 175+126+67=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E43 is #5081BC. Grayscale: #868686. Windows color (decimal): -5276093 or 4423343. OLE color: 4423343.

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

Color convert

RGB17512667-
CMYK00.280.620.31
HSL32.78º44.63%47.45%-
HSV(B)32.78º61.71%68.63%-
XYZ26.1524.448.65-
YUV133.9290.23157.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=47.55%
G=34.24%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751266700.280.620.3132.7844.6347.45
HexAF7E4301C3E1F212d2f
Octal2571761030347637415557
Binary101011111111110100001101110011111011111100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E43; }

 p { color: rgb(175,126,67); }

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

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

 a { background-color: rgb(175,126,67); }

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

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

 span { border-color: rgb(175,126,67); }

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