Html Css Color HEX #AD824A Muddy Waters

📋 copy color: '#AD824A'

red 173 ◦ green 130 ◦ blue 74

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

Shades of Muddy Waters #AD824A

Tints of Muddy Waters #AD824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 45.89%
G = 34.48%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD824A (or 0xAD824A) is known color: Muddy Waters. HEX triplet: AD, 82 and 4A. RGB value is (173,130,74). Sum of RGB (Red+Green+Blue) = 173+130+74=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD824A is #527DB5. Grayscale: #888888. Windows color (decimal): -5406134 or 4883117. OLE color: 4883117.

HSL color Cylindrical-coordinate representation of color #AD824A: hue angle of 33.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD824A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 74 -
CMYK 0 0.25 0.57 0.32
HSL 33.94º 0.4% 0.48% -
HSV(B) 33.94º 0.57% 0.68% -
XYZ 26.45 25.34 9.98 -
YUV 136.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 173 130 74 0 0.25 0.57 0.32 33.94 0.4 0.48
Hex AD 82 4A 0 19 39 20 22 28 30
Octal 255 202 112 0 31 71 40 42 50 60
Binary 10101101 10000010 1001010 0 11001 111001 100000 100010 101000 110000

Color Harmonies of #AD824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD824A

Black with #AD824A

Text Example


Text Example

White with #AD824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD824A; }

 p { color: rgb(173,130,74); }

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

background-color css

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

 a { background-color: rgb(173,130,74); }

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

border-color css

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

 span { border-color: rgb(173,130,74); }

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