Html Css Color HEX #AD864D Muddy Waters

📋 copy color: '#AD864D'

red 173 ◦ green 134 ◦ blue 77

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

Shades of Muddy Waters #AD864D

Tints of Muddy Waters #AD864D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 45.05%
G = 34.9%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD864D (or 0xAD864D) is known color: Muddy Waters. HEX triplet: AD, 86 and 4D. RGB value is (173,134,77). Sum of RGB (Red+Green+Blue) = 173+134+77=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD864D is #5279B2. Grayscale: #8B8B8B. Windows color (decimal): -5405107 or 5080749. OLE color: 5080749.

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

Color convert

RGB 173 134 77 -
CMYK 0 0.23 0.55 0.32
HSL 35.63º 0.38% 0.49% -
HSV(B) 35.63º 0.55% 0.68% -
XYZ 27.1 26.47 10.7 -
YUV 139.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 173 134 77 0 0.23 0.55 0.32 35.63 0.38 0.49
Hex AD 86 4D 0 17 37 20 24 26 31
Octal 255 206 115 0 27 67 40 44 46 61
Binary 10101101 10000110 1001101 0 10111 110111 100000 100100 100110 110001

Color Harmonies of #AD864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD864D

Black with #AD864D

Text Example


Text Example

White with #AD864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD864D; }

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

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

background-color css

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

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

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

border-color css

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

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

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