Html Css Color HEX #AD8749 Muddy Waters

📋 copy color: '#AD8749'

red 173 ◦ green 135 ◦ blue 73

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

Shades of Muddy Waters #AD8749

Tints of Muddy Waters #AD8749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.43%

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

R = 45.41%
G = 35.43%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD8749 (or 0xAD8749) is known color: Muddy Waters. HEX triplet: AD, 87 and 49. RGB value is (173,135,73). Sum of RGB (Red+Green+Blue) = 173+135+73=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8749 is #5278B6. Grayscale: #8B8B8B. Windows color (decimal): -5404855 or 4818861. OLE color: 4818861.

HSL color Cylindrical-coordinate representation of color #AD8749: hue angle of 37.2º 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 #AD8749 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 73 -
CMYK 0 0.22 0.58 0.32
HSL 37.2º 0.41% 0.48% -
HSV(B) 37.2º 0.58% 0.68% -
XYZ 27.1 26.69 10.03 -
YUV 139.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 173 135 73 0 0.22 0.58 0.32 37.2 0.41 0.48
Hex AD 87 49 0 16 3A 20 25 29 30
Octal 255 207 111 0 26 72 40 45 51 60
Binary 10101101 10000111 1001001 0 10110 111010 100000 100101 101001 110000

Color Harmonies of #AD8749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8749

Black with #AD8749

Text Example


Text Example

White with #AD8749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8749; }

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

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

background-color css

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

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

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

border-color css

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

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

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