Html Css Color HEX #AD804D Muddy Waters

📋 copy color: '#AD804D'

red 173 ◦ green 128 ◦ blue 77

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

Shades of Muddy Waters #AD804D

Tints of Muddy Waters #AD804D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 45.77%
G = 33.86%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD804D (or 0xAD804D) is known color: Muddy Waters. HEX triplet: AD, 80 and 4D. RGB value is (173,128,77). Sum of RGB (Red+Green+Blue) = 173+128+77=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD804D is #527FB2. Grayscale: #878787. Windows color (decimal): -5406643 or 5079213. OLE color: 5079213.

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

Color convert

RGB 173 128 77 -
CMYK 0 0.26 0.55 0.32
HSL 31.88º 0.38% 0.49% -
HSV(B) 31.88º 0.55% 0.68% -
XYZ 26.29 24.86 10.43 -
YUV 135.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 173 128 77 0 0.26 0.55 0.32 31.88 0.38 0.49
Hex AD 80 4D 0 1A 37 20 20 26 31
Octal 255 200 115 0 32 67 40 40 46 61
Binary 10101101 10000000 1001101 0 11010 110111 100000 100000 100110 110001

Color Harmonies of #AD804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD804D

Black with #AD804D

Text Example


Text Example

White with #AD804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD804D; }

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

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

background-color css

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

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

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

border-color css

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

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

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