Html Css Color HEX #AD7F4D Muddy Waters

📋 copy color: '#AD7F4D'

red 173 ◦ green 127 ◦ blue 77

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

Shades of Muddy Waters #AD7F4D

Tints of Muddy Waters #AD7F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

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

R = 45.89%
G = 33.69%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD7F4D (or 0xAD7F4D) is known color: Muddy Waters. HEX triplet: AD, 7F and 4D. RGB value is (173,127,77). Sum of RGB (Red+Green+Blue) = 173+127+77=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F4D is #5280B2. Grayscale: #878787. Windows color (decimal): -5406899 or 5078957. OLE color: 5078957.

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

Color convert

RGB 173 127 77 -
CMYK 0 0.27 0.55 0.32
HSL 31.25º 0.38% 0.49% -
HSV(B) 31.25º 0.55% 0.68% -
XYZ 26.16 24.6 10.39 -
YUV 135.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 173 127 77 0 0.27 0.55 0.32 31.25 0.38 0.49
Hex AD 7F 4D 0 1B 37 20 1F 26 31
Octal 255 177 115 0 33 67 40 37 46 61
Binary 10101101 1111111 1001101 0 11011 110111 100000 11111 100110 110001

Color Harmonies of #AD7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F4D

Black with #AD7F4D

Text Example


Text Example

White with #AD7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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