Html Css Color HEX #AD8849 Muddy Waters

📋 copy color: '#AD8849'

red 173 ◦ green 136 ◦ blue 73

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

Shades of Muddy Waters #AD8849

Tints of Muddy Waters #AD8849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 45.29%
G = 35.6%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD8849 (or 0xAD8849) is known color: Muddy Waters. HEX triplet: AD, 88 and 49. RGB value is (173,136,73). Sum of RGB (Red+Green+Blue) = 173+136+73=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8849 is #5277B6. Grayscale: #8C8C8C. Windows color (decimal): -5404599 or 4819117. OLE color: 4819117.

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

Color convert

RGB 173 136 73 -
CMYK 0 0.21 0.58 0.32
HSL 37.8º 0.41% 0.48% -
HSV(B) 37.8º 0.58% 0.68% -
XYZ 27.24 26.97 10.07 -
YUV 139.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 173 136 73 0 0.21 0.58 0.32 37.8 0.41 0.48
Hex AD 88 49 0 15 3A 20 26 29 30
Octal 255 210 111 0 25 72 40 46 51 60
Binary 10101101 10001000 1001001 0 10101 111010 100000 100110 101001 110000

Color Harmonies of #AD8849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8849

Black with #AD8849

Text Example


Text Example

White with #AD8849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8849; }

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

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

background-color css

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

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

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

border-color css

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

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

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