Html Css Color HEX #AD814D Muddy Waters

📋 copy color: '#AD814D'

red 173 ◦ green 129 ◦ blue 77

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

Shades of Muddy Waters #AD814D

Tints of Muddy Waters #AD814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

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

R = 45.65%
G = 34.04%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD814D (or 0xAD814D) is known color: Muddy Waters. HEX triplet: AD, 81 and 4D. RGB value is (173,129,77). Sum of RGB (Red+Green+Blue) = 173+129+77=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD814D is #527EB2. Grayscale: #888888. Windows color (decimal): -5406387 or 5079469. OLE color: 5079469.

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

Color convert

RGB 173 129 77 -
CMYK 0 0.25 0.55 0.32
HSL 32.5º 0.38% 0.49% -
HSV(B) 32.5º 0.55% 0.68% -
XYZ 26.42 25.12 10.48 -
YUV 136.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 173 129 77 0 0.25 0.55 0.32 32.5 0.38 0.49
Hex AD 81 4D 0 19 37 20 20 26 31
Octal 255 201 115 0 31 67 40 40 46 61
Binary 10101101 10000001 1001101 0 11001 110111 100000 100000 100110 110001

Color Harmonies of #AD814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD814D

Black with #AD814D

Text Example


Text Example

White with #AD814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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