Html Css Color HEX #AD804B Muddy Waters

📋 copy color: '#AD804B'

red 173 ◦ green 128 ◦ blue 75

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

Shades of Muddy Waters #AD804B

Tints of Muddy Waters #AD804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 46.01%
G = 34.04%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD804B (or 0xAD804B) is known color: Muddy Waters. HEX triplet: AD, 80 and 4B. RGB value is (173,128,75). Sum of RGB (Red+Green+Blue) = 173+128+75=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD804B is #527FB4. Grayscale: #878787. Windows color (decimal): -5406645 or 4948141. OLE color: 4948141.

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

Color convert

RGB 173 128 75 -
CMYK 0 0.26 0.57 0.32
HSL 32.45º 0.4% 0.49% -
HSV(B) 32.45º 0.57% 0.68% -
XYZ 26.22 24.83 10.07 -
YUV 135.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 173 128 75 0 0.26 0.57 0.32 32.45 0.4 0.49
Hex AD 80 4B 0 1A 39 20 20 28 31
Octal 255 200 113 0 32 71 40 40 50 61
Binary 10101101 10000000 1001011 0 11010 111001 100000 100000 101000 110001

Color Harmonies of #AD804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD804B

Black with #AD804B

Text Example


Text Example

White with #AD804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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