#A97B51

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

Shades of Muddy Waters #A97B51

Tints of Muddy Waters #A97B51

Color information

#A97B51 (or 0xA97B51) is unknown color: approx Muddy Waters. HEX triplet: A9, 7B and 51. RGB value is (169,123,81). Sum of RGB (Red+Green+Blue) = 169+123+81=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A97B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97B51 is #5684AE. Grayscale: #848484. Windows color (decimal): -5670063 or 5340073. OLE color: 5340073.

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

Color convert

RGB16912381-
CMYK00.270.520.34
HSL28.64º35.2%49.02%-
HSV(B)28.64º52.07%66.27%-
XYZ24.9323.210.95-
YUV131.9799.24154.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=45.31%
G=32.98%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691238100.270.520.3428.6435.249.02
HexA97B5101B34221d2331
Octal2511731210336442354361
Binary101010011111011101000101101111010010001011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97B51; }

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

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

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

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

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

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

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

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