#A87944

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

Shades of Muddy Waters #A87944

Tints of Muddy Waters #A87944

Color information

#A87944 (or 0xA87944) is unknown color: approx Muddy Waters. HEX triplet: A8, 79 and 44. RGB value is (168,121,68). Sum of RGB (Red+Green+Blue) = 168+121+68=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A87944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87944 is #5786BB. Grayscale: #818181. Windows color (decimal): -5736124 or 4487592. OLE color: 4487592.

HSL color Cylindrical-coordinate representation of color #A87944: hue angle of 31.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A87944 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16812168-
CMYK00.280.600.34
HSL31.8º42.37%46.27%-
HSV(B)31.8º59.52%65.88%-
XYZ24.0322.428.53-
YUV129.0193.57155.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 68 (26.95% from 255) = 19.05%
R=47.06%
G=33.89%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681216800.280.600.3431.842.3746.27
HexA8794401C3C22202a2e
Octal2501711040347442405256
Binary1010100011110011000100011100111100100010100000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87944; }

 p { color: rgb(168,121,68); }

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

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

 a { background-color: rgb(168,121,68); }

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

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

 span { border-color: rgb(168,121,68); }

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