#AF8353

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

Shades of Muddy Waters #AF8353

Tints of Muddy Waters #AF8353

Color information

#AF8353 (or 0xAF8353) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 53. RGB value is (175,131,83). Sum of RGB (Red+Green+Blue) = 175+131+83=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8353 is #507CAC. Grayscale: #8A8A8A. Windows color (decimal): -5274797 or 5473199. OLE color: 5473199.

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

Color convert

RGB17513183-
CMYK00.250.530.31
HSL31.3º36.51%50.59%-
HSV(B)31.3º52.57%68.63%-
XYZ27.3625.9711.75-
YUV138.6896.58153.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 83 (32.81% from 255) = 21.34%
R=44.99%
G=33.68%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751318300.250.530.3131.336.5150.59
HexAF8353019351F1f2533
Octal2572031230316537374563
Binary101011111000001110100110110011101011111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8353; }

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

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

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

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

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

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

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

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