Html Css Color HEX #AD8445 Muddy Waters

📋 copy color: '#AD8445'

red 173 ◦ green 132 ◦ blue 69

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

Shades of Muddy Waters #AD8445

Tints of Muddy Waters #AD8445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.45%

R = 46.26%
G = 35.29%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8445 (or 0xAD8445) is known color: Muddy Waters. HEX triplet: AD, 84 and 45. RGB value is (173,132,69). Sum of RGB (Red+Green+Blue) = 173+132+69=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8445 is #527BBA. Grayscale: #898989. Windows color (decimal): -5405627 or 4555949. OLE color: 4555949.

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

Color convert

RGB 173 132 69 -
CMYK 0 0.24 0.60 0.32
HSL 36.35º 0.43% 0.47% -
HSV(B) 36.35º 0.6% 0.68% -
XYZ 26.56 25.82 9.21 -
YUV 137.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 173 132 69 0 0.24 0.60 0.32 36.35 0.43 0.47
Hex AD 84 45 0 18 3C 20 24 2B 2F
Octal 255 204 105 0 30 74 40 44 53 57
Binary 10101101 10000100 1000101 0 11000 111100 100000 100100 101011 101111

Color Harmonies of #AD8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8445

Black with #AD8445

Text Example


Text Example

White with #AD8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8445; }

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

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

background-color css

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

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

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

border-color css

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

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

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