#AF8253

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

Shades of Muddy Waters #AF8253

Tints of Muddy Waters #AF8253

Color information

#AF8253 (or 0xAF8253) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 53. RGB value is (175,130,83). Sum of RGB (Red+Green+Blue) = 175+130+83=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8253 is #507DAC. Grayscale: #8A8A8A. Windows color (decimal): -5275053 or 5472943. OLE color: 5472943.

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

Color convert

RGB17513083-
CMYK00.260.530.31
HSL30.65º36.51%50.59%-
HSV(B)30.65º52.57%68.63%-
XYZ27.2225.711.71-
YUV138.196.91154.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 83 (32.81% from 255) = 21.39%
R=45.10%
G=33.51%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751308300.260.530.3130.6536.5150.59
HexAF825301A351F1f2533
Octal2572021230326537374563
Binary101011111000001010100110110101101011111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8253; }

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

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

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

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

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

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

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

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