Html Css Color HEX #AD7F55 Muddy Waters

📋 copy color: '#AD7F55'

red 173 ◦ green 127 ◦ blue 85

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

Shades of Muddy Waters #AD7F55

Tints of Muddy Waters #AD7F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.08%

R = 44.94%
G = 32.99%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD7F55 (or 0xAD7F55) is known color: Muddy Waters. HEX triplet: AD, 7F and 55. RGB value is (173,127,85). Sum of RGB (Red+Green+Blue) = 173+127+85=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F55 is #5280AA. Grayscale: #888888. Windows color (decimal): -5406891 or 5603245. OLE color: 5603245.

HSL color Cylindrical-coordinate representation of color #AD7F55: hue angle of 28.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7F55 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 127 85 -
CMYK 0 0.27 0.51 0.32
HSL 28.64º 0.35% 0.51% -
HSV(B) 28.64º 0.51% 0.68% -
XYZ 26.46 24.72 11.97 -
YUV 135.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 173 127 85 0 0.27 0.51 0.32 28.64 0.35 0.51
Hex AD 7F 55 0 1B 33 20 1D 23 33
Octal 255 177 125 0 33 63 40 35 43 63
Binary 10101101 1111111 1010101 0 11011 110011 100000 11101 100011 110011

Color Harmonies of #AD7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F55

Black with #AD7F55

Text Example


Text Example

White with #AD7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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