#A97B50

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

Shades of Muddy Waters #A97B50

Tints of Muddy Waters #A97B50

Color information

#A97B50 (or 0xA97B50) is unknown color: approx Muddy Waters. HEX triplet: A9, 7B and 50. RGB value is (169,123,80). Sum of RGB (Red+Green+Blue) = 169+123+80=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B50 is #5684AF. Grayscale: #848484. Windows color (decimal): -5670064 or 5274537. OLE color: 5274537.

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

Color convert

RGB16912380-
CMYK00.270.530.34
HSL28.99º35.74%48.82%-
HSV(B)28.99º52.66%66.27%-
XYZ24.8923.1810.75-
YUV131.8598.74154.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=45.43%
G=33.06%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691238000.270.530.3428.9935.7448.82
HexA97B5001B35221d2431
Octal2511731200336542354461
Binary101010011111011101000001101111010110001011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B50; }

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

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

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

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

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

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

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

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