Html Css Color HEX #AD834F Muddy Waters

📋 copy color: '#AD834F'

red 173 ◦ green 131 ◦ blue 79

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

Shades of Muddy Waters #AD834F

Tints of Muddy Waters #AD834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

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

R = 45.17%
G = 34.2%
B = 20.63%

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

#AD834F (or 0xAD834F) is known color: Muddy Waters. HEX triplet: AD, 83 and 4F. RGB value is (173,131,79). Sum of RGB (Red+Green+Blue) = 173+131+79=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD834F is #527CB0. Grayscale: #898989. Windows color (decimal): -5405873 or 5211053. OLE color: 5211053.

HSL color Cylindrical-coordinate representation of color #AD834F: hue angle of 33.19º 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 #AD834F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 79 -
CMYK 0 0.24 0.54 0.32
HSL 33.19º 0.37% 0.49% -
HSV(B) 33.19º 0.54% 0.68% -
XYZ 26.76 25.68 10.94 -
YUV 137.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 173 131 79 0 0.24 0.54 0.32 33.19 0.37 0.49
Hex AD 83 4F 0 18 36 20 21 25 31
Octal 255 203 117 0 30 66 40 41 45 61
Binary 10101101 10000011 1001111 0 11000 110110 100000 100001 100101 110001

Color Harmonies of #AD834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD834F

Black with #AD834F

Text Example


Text Example

White with #AD834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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