#A97F52

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

Shades of Muddy Waters #A97F52

Tints of Muddy Waters #A97F52

Color information

#A97F52 (or 0xA97F52) is unknown color: approx Muddy Waters. HEX triplet: A9, 7F and 52. RGB value is (169,127,82). Sum of RGB (Red+Green+Blue) = 169+127+82=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F52 is #5680AD. Grayscale: #868686. Windows color (decimal): -5669038 or 5406633. OLE color: 5406633.

HSL color Cylindrical-coordinate representation of color #A97F52: hue angle of 31.03º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A97F52 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16912782-
CMYK00.250.510.34
HSL31.03º34.66%49.22%-
HSV(B)31.03º51.48%66.27%-
XYZ25.4724.2211.32-
YUV134.4398.41152.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 82 (32.42% from 255) = 21.69%
R=44.71%
G=33.60%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691278200.250.510.3431.0334.6649.22
HexA97F5201933221f2331
Octal2511771220316342374361
Binary101010011111111101001001100111001110001011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F52; }

 p { color: rgb(169,127,82); }

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

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

 a { background-color: rgb(169,127,82); }

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

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

 span { border-color: rgb(169,127,82); }

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