Html Css Color HEX #AD844F Muddy Waters

📋 copy color: '#AD844F'

red 173 ◦ green 132 ◦ blue 79

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

Shades of Muddy Waters #AD844F

Tints of Muddy Waters #AD844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 45.05%
G = 34.38%
B = 20.57%

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

#AD844F (or 0xAD844F) is known color: Muddy Waters. HEX triplet: AD, 84 and 4F. RGB value is (173,132,79). Sum of RGB (Red+Green+Blue) = 173+132+79=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD844F is #527BB0. Grayscale: #8A8A8A. Windows color (decimal): -5405617 or 5211309. OLE color: 5211309.

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

Color convert

RGB 173 132 79 -
CMYK 0 0.24 0.54 0.32
HSL 33.83º 0.37% 0.49% -
HSV(B) 33.83º 0.54% 0.68% -
XYZ 26.9 25.95 10.99 -
YUV 138.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 173 132 79 0 0.24 0.54 0.32 33.83 0.37 0.49
Hex AD 84 4F 0 18 36 20 22 25 31
Octal 255 204 117 0 30 66 40 42 45 61
Binary 10101101 10000100 1001111 0 11000 110110 100000 100010 100101 110001

Color Harmonies of #AD844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD844F

Black with #AD844F

Text Example


Text Example

White with #AD844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD844F; }

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

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

background-color css

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

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

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

border-color css

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

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

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