#AF8452

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

Shades of Muddy Waters #AF8452

Tints of Muddy Waters #AF8452

Color information

#AF8452 (or 0xAF8452) is unknown color: approx Muddy Waters. HEX triplet: AF, 84 and 52. RGB value is (175,132,82). Sum of RGB (Red+Green+Blue) = 175+132+82=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8452 is #507BAD. Grayscale: #8B8B8B. Windows color (decimal): -5274542 or 5407919. OLE color: 5407919.

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

Color convert

RGB17513282-
CMYK00.250.530.31
HSL32.26º36.76%50.39%-
HSV(B)32.26º53.14%68.63%-
XYZ27.4526.2311.6-
YUV139.1695.75153.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=44.99%
G=33.93%
B=21.08%

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
Decimal1751328200.250.530.3132.2636.7650.39
HexAF8452019351F202532
Octal2572041220316537404562
Binary1010111110000100101001001100111010111111100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8452; }

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

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

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

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

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

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

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

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