Html Css Color HEX #AD8650 Muddy Waters

📋 copy color: '#AD8650'

red 173 ◦ green 134 ◦ blue 80

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

Shades of Muddy Waters #AD8650

Tints of Muddy Waters #AD8650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 44.7%
G = 34.63%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD8650 (or 0xAD8650) is known color: Muddy Waters. HEX triplet: AD, 86 and 50. RGB value is (173,134,80). Sum of RGB (Red+Green+Blue) = 173+134+80=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8650 is #5279AF. Grayscale: #8B8B8B. Windows color (decimal): -5405104 or 5277357. OLE color: 5277357.

HSL color Cylindrical-coordinate representation of color #AD8650: hue angle of 34.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD8650 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 134 80 -
CMYK 0 0.23 0.54 0.32
HSL 34.84º 0.37% 0.5% -
HSV(B) 34.84º 0.54% 0.68% -
XYZ 27.21 26.51 11.27 -
YUV 139.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 173 134 80 0 0.23 0.54 0.32 34.84 0.37 0.5
Hex AD 86 50 0 17 36 20 23 25 32
Octal 255 206 120 0 27 66 40 43 45 62
Binary 10101101 10000110 1010000 0 10111 110110 100000 100011 100101 110010

Color Harmonies of #AD8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8650

Black with #AD8650

Text Example


Text Example

White with #AD8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8650; }

 p { color: rgb(173,134,80); }

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

background-color css

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

 a { background-color: rgb(173,134,80); }

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

border-color css

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

 span { border-color: rgb(173,134,80); }

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