Html Css Color HEX #AD7D51 Muddy Waters

📋 copy color: '#AD7D51'

red 173 ◦ green 125 ◦ blue 81

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

Shades of Muddy Waters #AD7D51

Tints of Muddy Waters #AD7D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 81 (32.03% from 255) = 21.37%

R = 45.65%
G = 32.98%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD7D51 (or 0xAD7D51) is known color: Muddy Waters. HEX triplet: AD, 7D and 51. RGB value is (173,125,81). Sum of RGB (Red+Green+Blue) = 173+125+81=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D51 is #5282AE. Grayscale: #868686. Windows color (decimal): -5407407 or 5340589. OLE color: 5340589.

HSL color Cylindrical-coordinate representation of color #AD7D51: hue angle of 28.7º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD7D51 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 125 81 -
CMYK 0 0.28 0.53 0.32
HSL 28.7º 0.36% 0.5% -
HSV(B) 28.7º 0.53% 0.68% -
XYZ 26.05 24.15 11.07 -
YUV 134.34 97.9 155.58 -
System Red Green Blue C M Y K H S L
Decimal 173 125 81 0 0.28 0.53 0.32 28.7 0.36 0.5
Hex AD 7D 51 0 1C 35 20 1D 24 32
Octal 255 175 121 0 34 65 40 35 44 62
Binary 10101101 1111101 1010001 0 11100 110101 100000 11101 100100 110010

Color Harmonies of #AD7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D51

Black with #AD7D51

Text Example


Text Example

White with #AD7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D51; }

 p { color: rgb(173,125,81); }

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

background-color css

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

 a { background-color: rgb(173,125,81); }

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

border-color css

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

 span { border-color: rgb(173,125,81); }

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