Html Css Color HEX #AD7F46 Muddy Waters

📋 copy color: '#AD7F46'

red 173 ◦ green 127 ◦ blue 70

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

Shades of Muddy Waters #AD7F46

Tints of Muddy Waters #AD7F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 46.76%
G = 34.32%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD7F46 (or 0xAD7F46) is known color: Muddy Waters. HEX triplet: AD, 7F and 46. RGB value is (173,127,70). Sum of RGB (Red+Green+Blue) = 173+127+70=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F46 is #5280B9. Grayscale: #868686. Windows color (decimal): -5406906 or 4620205. OLE color: 4620205.

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

Color convert

RGB 173 127 70 -
CMYK 0 0.27 0.60 0.32
HSL 33.2º 0.42% 0.48% -
HSV(B) 33.2º 0.6% 0.68% -
XYZ 25.93 24.51 9.16 -
YUV 134.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 173 127 70 0 0.27 0.60 0.32 33.2 0.42 0.48
Hex AD 7F 46 0 1B 3C 20 21 2A 30
Octal 255 177 106 0 33 74 40 41 52 60
Binary 10101101 1111111 1000110 0 11011 111100 100000 100001 101010 110000

Color Harmonies of #AD7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F46

Black with #AD7F46

Text Example


Text Example

White with #AD7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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