#AF8552

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

Shades of Muddy Waters #AF8552

Tints of Muddy Waters #AF8552

Color information

#AF8552 (or 0xAF8552) is unknown color: approx Muddy Waters. HEX triplet: AF, 85 and 52. RGB value is (175,133,82). Sum of RGB (Red+Green+Blue) = 175+133+82=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8552 is #507AAD. Grayscale: #8B8B8B. Windows color (decimal): -5274286 or 5408175. OLE color: 5408175.

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

Color convert

RGB17513382-
CMYK00.240.530.31
HSL32.9º36.76%50.39%-
HSV(B)32.9º53.14%68.63%-
XYZ27.5926.511.64-
YUV139.7495.41153.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=44.87%
G=34.10%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751338200.240.530.3132.936.7650.39
HexAF8552018351F212532
Octal2572051220306537414562
Binary1010111110000101101001001100011010111111100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8552; }

 p { color: rgb(175,133,82); }

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

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

 a { background-color: rgb(175,133,82); }

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

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

 span { border-color: rgb(175,133,82); }

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