Html Css Color HEX #AD7B49 Muddy Waters

📋 copy color: '#AD7B49'

red 173 ◦ green 123 ◦ blue 73

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

Shades of Muddy Waters #AD7B49

Tints of Muddy Waters #AD7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 46.88%
G = 33.33%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD7B49 (or 0xAD7B49) is known color: Muddy Waters. HEX triplet: AD, 7B and 49. RGB value is (173,123,73). Sum of RGB (Red+Green+Blue) = 173+123+73=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B49 is #5284B6. Grayscale: #848484. Windows color (decimal): -5407927 or 4815789. OLE color: 4815789.

HSL color Cylindrical-coordinate representation of color #AD7B49: hue angle of 30º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD7B49 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 123 73 -
CMYK 0 0.29 0.58 0.32
HSL 30º 0.41% 0.48% -
HSV(B) 30º 0.58% 0.68% -
XYZ 25.52 23.53 9.5 -
YUV 132.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 173 123 73 0 0.29 0.58 0.32 30 0.41 0.48
Hex AD 7B 49 0 1D 3A 20 1E 29 30
Octal 255 173 111 0 35 72 40 36 51 60
Binary 10101101 1111011 1001001 0 11101 111010 100000 11110 101001 110000

Color Harmonies of #AD7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B49

Black with #AD7B49

Text Example


Text Example

White with #AD7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B49; }

 p { color: rgb(173,123,73); }

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

background-color css

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

 a { background-color: rgb(173,123,73); }

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

border-color css

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

 span { border-color: rgb(173,123,73); }

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