#AF7E54

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

Shades of Muddy Waters #AF7E54

Tints of Muddy Waters #AF7E54

Color information

#AF7E54 (or 0xAF7E54) is unknown color: approx Muddy Waters. HEX triplet: AF, 7E and 54. RGB value is (175,126,84). Sum of RGB (Red+Green+Blue) = 175+126+84=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E54 is #5081AB. Grayscale: #888888. Windows color (decimal): -5276076 or 5537455. OLE color: 5537455.

HSL color Cylindrical-coordinate representation of color #AF7E54: hue angle of 27.69º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF7E54 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17512684-
CMYK00.280.520.31
HSL27.69º36.25%50.78%-
HSV(B)27.69º52%68.63%-
XYZ26.7424.6811.74-
YUV135.8698.73155.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=45.45%
G=32.73%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751268400.280.520.3127.6936.2550.78
HexAF7E5401C341F1c2433
Octal2571761240346437344463
Binary10101111111111010101000111001101001111111100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7E54; }

 p { color: rgb(175,126,84); }

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

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

 a { background-color: rgb(175,126,84); }

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

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

 span { border-color: rgb(175,126,84); }

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