#A97B4D

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

Shades of Muddy Waters #A97B4D

Tints of Muddy Waters #A97B4D

Color information

#A97B4D (or 0xA97B4D) is unknown color: approx Muddy Waters. HEX triplet: A9, 7B and 4D. RGB value is (169,123,77). Sum of RGB (Red+Green+Blue) = 169+123+77=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B4D is #5684B2. Grayscale: #838383. Windows color (decimal): -5670067 or 5077929. OLE color: 5077929.

HSL color Cylindrical-coordinate representation of color #A97B4D: hue angle of 30º 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 #A97B4D is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16912377-
CMYK00.270.540.34
HSL30º37.4%48.24%-
HSV(B)30º54.44%66.27%-
XYZ24.7823.1410.18-
YUV131.5197.24154.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=45.80%
G=33.33%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691237700.270.540.343037.448.24
HexA97B4D01B36221e2530
Octal2511731150336642364560
Binary101010011111011100110101101111011010001011110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B4D; }

 p { color: rgb(169,123,77); }

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

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

 a { background-color: rgb(169,123,77); }

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

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

 span { border-color: rgb(169,123,77); }

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