Html Css Color HEX #AD884D Muddy Waters

📋 copy color: '#AD884D'

red 173 ◦ green 136 ◦ blue 77

#AD884D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AD884D

Tints of Muddy Waters #AD884D

RGB

 RED value IS 173 (67.97% from 255) = 44.82%

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 44.82%
G = 35.23%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD884D (or 0xAD884D) is known color: Muddy Waters. HEX triplet: AD, 88 and 4D. RGB value is (173,136,77). Sum of RGB (Red+Green+Blue) = 173+136+77=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD884D is #5277B2. Grayscale: #8C8C8C. Windows color (decimal): -5404595 or 5081261. OLE color: 5081261.

HSL color Cylindrical-coordinate representation of color #AD884D: hue angle of 36.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD884D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 77 -
CMYK 0 0.21 0.55 0.32
HSL 36.88º 0.38% 0.49% -
HSV(B) 36.88º 0.55% 0.68% -
XYZ 27.38 27.03 10.8 -
YUV 140.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 173 136 77 0 0.21 0.55 0.32 36.88 0.38 0.49
Hex AD 88 4D 0 15 37 20 25 26 31
Octal 255 210 115 0 25 67 40 45 46 61
Binary 10101101 10001000 1001101 0 10101 110111 100000 100101 100110 110001

Color Harmonies of #AD884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD884D

Black with #AD884D

Text Example


Text Example

White with #AD884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD884D; }

 p { color: rgb(173,136,77); }

 H1.HeaderClassName
 {
   color: #AD884D;
 }
 .AnyTagClassName
 {
   color: #AD884D;
 }
</style>

background-color css

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

 a { background-color: rgb(173,136,77); }

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

border-color css

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

 span { border-color: rgb(173,136,77); }

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