#AF8053

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

Shades of Muddy Waters #AF8053

Tints of Muddy Waters #AF8053

Color information

#AF8053 (or 0xAF8053) is unknown color: approx Muddy Waters. HEX triplet: AF, 80 and 53. RGB value is (175,128,83). Sum of RGB (Red+Green+Blue) = 175+128+83=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8053 is #507FAC. Grayscale: #898989. Windows color (decimal): -5275565 or 5472431. OLE color: 5472431.

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

Color convert

RGB17512883-
CMYK00.270.530.31
HSL29.35º36.51%50.59%-
HSV(B)29.35º52.57%68.63%-
XYZ26.9625.1811.62-
YUV136.9297.57155.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=45.34%
G=33.16%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751288300.270.530.3129.3536.5150.59
HexAF805301B351F1d2533
Octal2572001230336537354563
Binary101011111000000010100110110111101011111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8053; }

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

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

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

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

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

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

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

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