Html Css Color HEX #AD8444 Muddy Waters

📋 copy color: '#AD8444'

red 173 ◦ green 132 ◦ blue 68

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

Shades of Muddy Waters #AD8444

Tints of Muddy Waters #AD8444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 46.38%
G = 35.39%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8444 (or 0xAD8444) is known color: Muddy Waters. HEX triplet: AD, 84 and 44. RGB value is (173,132,68). Sum of RGB (Red+Green+Blue) = 173+132+68=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8444 is #527BBB. Grayscale: #898989. Windows color (decimal): -5405628 or 4490413. OLE color: 4490413.

HSL color Cylindrical-coordinate representation of color #AD8444: hue angle of 36.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8444 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 68 -
CMYK 0 0.24 0.61 0.32
HSL 36.57º 0.44% 0.47% -
HSV(B) 36.57º 0.61% 0.68% -
XYZ 26.53 25.8 9.05 -
YUV 136.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 173 132 68 0 0.24 0.61 0.32 36.57 0.44 0.47
Hex AD 84 44 0 18 3D 20 25 2C 2F
Octal 255 204 104 0 30 75 40 45 54 57
Binary 10101101 10000100 1000100 0 11000 111101 100000 100101 101100 101111

Color Harmonies of #AD8444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8444

Black with #AD8444

Text Example


Text Example

White with #AD8444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8444; }

 p { color: rgb(173,132,68); }

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

background-color css

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

 a { background-color: rgb(173,132,68); }

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

border-color css

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

 span { border-color: rgb(173,132,68); }

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