#A87845

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

Shades of Muddy Waters #A87845

Tints of Muddy Waters #A87845

Color information

#A87845 (or 0xA87845) is unknown color: approx Muddy Waters. HEX triplet: A8, 78 and 45. RGB value is (168,120,69). Sum of RGB (Red+Green+Blue) = 168+120+69=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A87845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87845 is #5787BA. Grayscale: #808080. Windows color (decimal): -5736379 or 4552872. OLE color: 4552872.

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

Color convert

RGB16812069-
CMYK00.290.590.34
HSL30.91º41.77%46.47%-
HSV(B)30.91º58.93%65.88%-
XYZ23.9422.198.65-
YUV128.5494.4156.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=47.06%
G=33.61%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681206900.290.590.3430.9141.7746.47
HexA8784501D3B221f2a2e
Octal2501701050357342375256
Binary101010001111000100010101110111101110001011111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87845; }

 p { color: rgb(168,120,69); }

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

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

 a { background-color: rgb(168,120,69); }

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

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

 span { border-color: rgb(168,120,69); }

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