Html Css Color HEX #AD8648 Muddy Waters

📋 copy color: '#AD8648'

red 173 ◦ green 134 ◦ blue 72

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

Shades of Muddy Waters #AD8648

Tints of Muddy Waters #AD8648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19%

R = 45.65%
G = 35.36%
B = 19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD8648 (or 0xAD8648) is known color: Muddy Waters. HEX triplet: AD, 86 and 48. RGB value is (173,134,72). Sum of RGB (Red+Green+Blue) = 173+134+72=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8648 is #5279B7. Grayscale: #8A8A8A. Windows color (decimal): -5405112 or 4753069. OLE color: 4753069.

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

Color convert

RGB 173 134 72 -
CMYK 0 0.23 0.58 0.32
HSL 36.83º 0.41% 0.48% -
HSV(B) 36.83º 0.58% 0.68% -
XYZ 26.93 26.4 9.81 -
YUV 138.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 173 134 72 0 0.23 0.58 0.32 36.83 0.41 0.48
Hex AD 86 48 0 17 3A 20 25 29 30
Octal 255 206 110 0 27 72 40 45 51 60
Binary 10101101 10000110 1001000 0 10111 111010 100000 100101 101001 110000

Color Harmonies of #AD8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8648

Black with #AD8648

Text Example


Text Example

White with #AD8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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