#A87748

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

Shades of Muddy Waters #A87748

Tints of Muddy Waters #A87748

Color information

#A87748 (or 0xA87748) is unknown color: approx Muddy Waters. HEX triplet: A8, 77 and 48. RGB value is (168,119,72). Sum of RGB (Red+Green+Blue) = 168+119+72=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A87748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87748 is #5788B7. Grayscale: #808080. Windows color (decimal): -5736632 or 4749224. OLE color: 4749224.

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

Color convert

RGB16811972-
CMYK00.290.570.34
HSL29.37º40%47.06%-
HSV(B)29.37º57.14%65.88%-
XYZ23.9121.999.11-
YUV128.2996.23156.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=46.80%
G=33.15%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681197200.290.570.3429.374047.06
HexA8774801D39221d282f
Octal2501671100357142355057
Binary101010001110111100100001110111100110001011101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87748; }

 p { color: rgb(168,119,72); }

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

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

 a { background-color: rgb(168,119,72); }

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

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

 span { border-color: rgb(168,119,72); }

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