Html Css Color HEX #AD7D4B Muddy Waters

📋 copy color: '#AD7D4B'

red 173 ◦ green 125 ◦ blue 75

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

Shades of Muddy Waters #AD7D4B

Tints of Muddy Waters #AD7D4B

RGB

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

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

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

R = 46.38%
G = 33.51%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD7D4B (or 0xAD7D4B) is known color: Muddy Waters. HEX triplet: AD, 7D and 4B. RGB value is (173,125,75). Sum of RGB (Red+Green+Blue) = 173+125+75=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D4B is #5282B4. Grayscale: #858585. Windows color (decimal): -5407413 or 4947373. OLE color: 4947373.

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

Color convert

RGB 173 125 75 -
CMYK 0 0.28 0.57 0.32
HSL 30.61º 0.4% 0.49% -
HSV(B) 30.61º 0.57% 0.68% -
XYZ 25.84 24.06 9.94 -
YUV 133.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 173 125 75 0 0.28 0.57 0.32 30.61 0.4 0.49
Hex AD 7D 4B 0 1C 39 20 1F 28 31
Octal 255 175 113 0 34 71 40 37 50 61
Binary 10101101 1111101 1001011 0 11100 111001 100000 11111 101000 110001

Color Harmonies of #AD7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D4B

Black with #AD7D4B

Text Example


Text Example

White with #AD7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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