Html Css Color HEX #AD814C Muddy Waters

📋 copy color: '#AD814C'

red 173 ◦ green 129 ◦ blue 76

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

Shades of Muddy Waters #AD814C

Tints of Muddy Waters #AD814C

RGB

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

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

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

R = 45.77%
G = 34.13%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD814C (or 0xAD814C) is known color: Muddy Waters. HEX triplet: AD, 81 and 4C. RGB value is (173,129,76). Sum of RGB (Red+Green+Blue) = 173+129+76=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD814C is #527EB3. Grayscale: #888888. Windows color (decimal): -5406388 or 5013933. OLE color: 5013933.

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

Color convert

RGB 173 129 76 -
CMYK 0 0.25 0.56 0.32
HSL 32.78º 0.39% 0.49% -
HSV(B) 32.78º 0.56% 0.68% -
XYZ 26.39 25.11 10.29 -
YUV 136.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 173 129 76 0 0.25 0.56 0.32 32.78 0.39 0.49
Hex AD 81 4C 0 19 38 20 21 27 31
Octal 255 201 114 0 31 70 40 41 47 61
Binary 10101101 10000001 1001100 0 11001 111000 100000 100001 100111 110001

Color Harmonies of #AD814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD814C

Black with #AD814C

Text Example


Text Example

White with #AD814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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