Html Css Color HEX #AD864A Muddy Waters

📋 copy color: '#AD864A'

red 173 ◦ green 134 ◦ blue 74

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

Shades of Muddy Waters #AD864A

Tints of Muddy Waters #AD864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 45.41%
G = 35.17%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD864A (or 0xAD864A) is known color: Muddy Waters. HEX triplet: AD, 86 and 4A. RGB value is (173,134,74). Sum of RGB (Red+Green+Blue) = 173+134+74=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD864A is #5279B5. Grayscale: #8B8B8B. Windows color (decimal): -5405110 or 4884141. OLE color: 4884141.

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

Color convert

RGB 173 134 74 -
CMYK 0 0.23 0.57 0.32
HSL 36.36º 0.4% 0.48% -
HSV(B) 36.36º 0.57% 0.68% -
XYZ 26.99 26.43 10.16 -
YUV 138.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 173 134 74 0 0.23 0.57 0.32 36.36 0.4 0.48
Hex AD 86 4A 0 17 39 20 24 28 30
Octal 255 206 112 0 27 71 40 44 50 60
Binary 10101101 10000110 1001010 0 10111 111001 100000 100100 101000 110000

Color Harmonies of #AD864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD864A

Black with #AD864A

Text Example


Text Example

White with #AD864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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