#A97E4C

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

Shades of Muddy Waters #A97E4C

Tints of Muddy Waters #A97E4C

Color information

#A97E4C (or 0xA97E4C) is unknown color: approx Muddy Waters. HEX triplet: A9, 7E and 4C. RGB value is (169,126,76). Sum of RGB (Red+Green+Blue) = 169+126+76=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A97E4C is #5681B3. Grayscale: #858585. Windows color (decimal): -5669300 or 5013161. OLE color: 5013161.

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

Color convert

RGB16912676-
CMYK00.250.550.34
HSL32.26º37.96%48.04%-
HSV(B)32.26º55.03%66.27%-
XYZ25.1323.8810.12-
YUV133.1695.75153.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=45.55%
G=33.96%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691267600.250.550.3432.2637.9648.04
HexA97E4C0193722202630
Octal2511761140316742404660
Binary1010100111111101001100011001110111100010100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E4C; }

 p { color: rgb(169,126,76); }

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

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

 a { background-color: rgb(169,126,76); }

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

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

 span { border-color: rgb(169,126,76); }

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