Html Css Color HEX #AD814A Muddy Waters

📋 copy color: '#AD814A'

red 173 ◦ green 129 ◦ blue 74

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

Shades of Muddy Waters #AD814A

Tints of Muddy Waters #AD814A

RGB

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

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

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

R = 46.01%
G = 34.31%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD814A (or 0xAD814A) is known color: Muddy Waters. HEX triplet: AD, 81 and 4A. RGB value is (173,129,74). Sum of RGB (Red+Green+Blue) = 173+129+74=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD814A is #527EB5. Grayscale: #888888. Windows color (decimal): -5406390 or 4882861. OLE color: 4882861.

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

Color convert

RGB 173 129 74 -
CMYK 0 0.25 0.57 0.32
HSL 33.33º 0.4% 0.48% -
HSV(B) 33.33º 0.57% 0.68% -
XYZ 26.32 25.08 9.93 -
YUV 135.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 173 129 74 0 0.25 0.57 0.32 33.33 0.4 0.48
Hex AD 81 4A 0 19 39 20 21 28 30
Octal 255 201 112 0 31 71 40 41 50 60
Binary 10101101 10000001 1001010 0 11001 111001 100000 100001 101000 110000

Color Harmonies of #AD814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD814A

Black with #AD814A

Text Example


Text Example

White with #AD814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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