#A97F4E

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

Shades of Muddy Waters #A97F4E

Tints of Muddy Waters #A97F4E

Color information

#A97F4E (or 0xA97F4E) is unknown color: approx Muddy Waters. HEX triplet: A9, 7F and 4E. RGB value is (169,127,78). Sum of RGB (Red+Green+Blue) = 169+127+78=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F4E is #5680B1. Grayscale: #868686. Windows color (decimal): -5669042 or 5144489. OLE color: 5144489.

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

Color convert

RGB16912778-
CMYK00.250.540.34
HSL32.31º36.84%48.43%-
HSV(B)32.31º53.85%66.27%-
XYZ25.3324.1610.54-
YUV133.9796.41152.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 78 (30.86% from 255) = 20.86%
R=45.19%
G=33.96%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691277800.250.540.3432.3136.8448.43
HexA97F4E0193622202530
Octal2511771160316642404560
Binary1010100111111111001110011001110110100010100000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F4E; }

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

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

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

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

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

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

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

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