Html Css Color HEX #AD864F Muddy Waters

📋 copy color: '#AD864F'

red 173 ◦ green 134 ◦ blue 79

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

Shades of Muddy Waters #AD864F

Tints of Muddy Waters #AD864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 44.82%
G = 34.72%
B = 20.47%

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

#AD864F (or 0xAD864F) is known color: Muddy Waters. HEX triplet: AD, 86 and 4F. RGB value is (173,134,79). Sum of RGB (Red+Green+Blue) = 173+134+79=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD864F is #5279B0. Grayscale: #8B8B8B. Windows color (decimal): -5405105 or 5211821. OLE color: 5211821.

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

Color convert

RGB 173 134 79 -
CMYK 0 0.23 0.54 0.32
HSL 35.11º 0.37% 0.49% -
HSV(B) 35.11º 0.54% 0.68% -
XYZ 27.17 26.5 11.08 -
YUV 139.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 173 134 79 0 0.23 0.54 0.32 35.11 0.37 0.49
Hex AD 86 4F 0 17 36 20 23 25 31
Octal 255 206 117 0 27 66 40 43 45 61
Binary 10101101 10000110 1001111 0 10111 110110 100000 100011 100101 110001

Color Harmonies of #AD864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD864F

Black with #AD864F

Text Example


Text Example

White with #AD864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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