Html Css Color HEX #AD784C Muddy Waters

📋 copy color: '#AD784C'

red 173 ◦ green 120 ◦ blue 76

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

Shades of Muddy Waters #AD784C

Tints of Muddy Waters #AD784C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 46.88%
G = 32.52%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD784C (or 0xAD784C) is known color: Muddy Waters. HEX triplet: AD, 78 and 4C. RGB value is (173,120,76). Sum of RGB (Red+Green+Blue) = 173+120+76=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD784C is #5287B3. Grayscale: #838383. Windows color (decimal): -5408692 or 5011629. OLE color: 5011629.

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

Color convert

RGB 173 120 76 -
CMYK 0 0.31 0.56 0.32
HSL 27.22º 0.39% 0.49% -
HSV(B) 27.22º 0.56% 0.68% -
XYZ 25.25 22.84 9.91 -
YUV 130.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 173 120 76 0 0.31 0.56 0.32 27.22 0.39 0.49
Hex AD 78 4C 0 1F 38 20 1B 27 31
Octal 255 170 114 0 37 70 40 33 47 61
Binary 10101101 1111000 1001100 0 11111 111000 100000 11011 100111 110001

Color Harmonies of #AD784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD784C

Black with #AD784C

Text Example


Text Example

White with #AD784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD784C; }

 p { color: rgb(173,120,76); }

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

background-color css

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

 a { background-color: rgb(173,120,76); }

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

border-color css

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

 span { border-color: rgb(173,120,76); }

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