Html Css Color HEX #AD8450 Muddy Waters

📋 copy color: '#AD8450'

red 173 ◦ green 132 ◦ blue 80

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

Shades of Muddy Waters #AD8450

Tints of Muddy Waters #AD8450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.78%

R = 44.94%
G = 34.29%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD8450 (or 0xAD8450) is known color: Muddy Waters. HEX triplet: AD, 84 and 50. RGB value is (173,132,80). Sum of RGB (Red+Green+Blue) = 173+132+80=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8450 is #527BAF. Grayscale: #8A8A8A. Windows color (decimal): -5405616 or 5276845. OLE color: 5276845.

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

Color convert

RGB 173 132 80 -
CMYK 0 0.24 0.54 0.32
HSL 33.55º 0.37% 0.5% -
HSV(B) 33.55º 0.54% 0.68% -
XYZ 26.93 25.97 11.18 -
YUV 138.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 173 132 80 0 0.24 0.54 0.32 33.55 0.37 0.5
Hex AD 84 50 0 18 36 20 22 25 32
Octal 255 204 120 0 30 66 40 42 45 62
Binary 10101101 10000100 1010000 0 11000 110110 100000 100010 100101 110010

Color Harmonies of #AD8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8450

Black with #AD8450

Text Example


Text Example

White with #AD8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8450; }

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

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

background-color css

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

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

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

border-color css

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

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

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