#AF7E53

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

Shades of Muddy Waters #AF7E53

Tints of Muddy Waters #AF7E53

Color information

#AF7E53 (or 0xAF7E53) is unknown color: approx Muddy Waters. HEX triplet: AF, 7E and 53. RGB value is (175,126,83). Sum of RGB (Red+Green+Blue) = 175+126+83=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E53 is #5081AC. Grayscale: #878787. Windows color (decimal): -5276077 or 5471919. OLE color: 5471919.

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

Color convert

RGB17512683-
CMYK00.280.530.31
HSL28.04º36.51%50.59%-
HSV(B)28.04º52.57%68.63%-
XYZ26.724.6611.54-
YUV135.7598.23156-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 83 (32.81% from 255) = 21.61%
R=45.57%
G=32.81%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751268300.280.530.3128.0436.5150.59
HexAF7E5301C351F1c2533
Octal2571761230346537344563
Binary10101111111111010100110111001101011111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E53; }

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

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

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

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

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

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

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

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