#A87F49

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

Shades of Muddy Waters #A87F49

Tints of Muddy Waters #A87F49

Color information

#A87F49 (or 0xA87F49) is unknown color: approx Muddy Waters. HEX triplet: A8, 7F and 49. RGB value is (168,127,73). Sum of RGB (Red+Green+Blue) = 168+127+73=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F49 is #5780B6. Grayscale: #858585. Windows color (decimal): -5734583 or 4816808. OLE color: 4816808.

HSL color Cylindrical-coordinate representation of color #A87F49: hue angle of 34.11º degrees, saturation: 0.39, 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 #A87F49 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16812773-
CMYK00.240.570.34
HSL34.11º39.42%47.25%-
HSV(B)34.11º56.55%65.88%-
XYZ24.9423.989.62-
YUV133.194.08152.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=45.65%
G=34.51%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681277300.240.570.3434.1139.4247.25
HexA87F49018392222272f
Octal2501771110307142424757
Binary1010100011111111001001011000111001100010100010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87F49; }

 p { color: rgb(168,127,73); }

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

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

 a { background-color: rgb(168,127,73); }

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

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

 span { border-color: rgb(168,127,73); }

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