#A88444

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

Shades of Muddy Waters #A88444

Tints of Muddy Waters #A88444

Color information

#A88444 (or 0xA88444) is unknown color: approx Muddy Waters. HEX triplet: A8, 84 and 44. RGB value is (168,132,68). Sum of RGB (Red+Green+Blue) = 168+132+68=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88444 is #577BBB. Grayscale: #878787. Windows color (decimal): -5733308 or 4490408. OLE color: 4490408.

HSL color Cylindrical-coordinate representation of color #A88444: hue angle of 38.4º 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 #A88444 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16813268-
CMYK00.210.600.34
HSL38.4º42.37%46.27%-
HSV(B)38.4º59.52%65.88%-
XYZ25.4425.249-
YUV135.4789.93151.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 68 (26.95% from 255) = 18.48%
R=45.65%
G=35.87%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681326800.210.600.3438.442.3746.27
HexA884440153C22262a2e
Octal2502041040257442465256
Binary10101000100001001000100010101111100100010100110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88444; }

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

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

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

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

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

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

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

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