Html Css Color HEX #AD824C Muddy Waters

📋 copy color: '#AD824C'

red 173 ◦ green 130 ◦ blue 76

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

Shades of Muddy Waters #AD824C

Tints of Muddy Waters #AD824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 45.65%
G = 34.3%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD824C (or 0xAD824C) is known color: Muddy Waters. HEX triplet: AD, 82 and 4C. RGB value is (173,130,76). Sum of RGB (Red+Green+Blue) = 173+130+76=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD824C is #527DB3. Grayscale: #888888. Windows color (decimal): -5406132 or 5014189. OLE color: 5014189.

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

Color convert

RGB 173 130 76 -
CMYK 0 0.25 0.56 0.32
HSL 33.4º 0.39% 0.49% -
HSV(B) 33.4º 0.56% 0.68% -
XYZ 26.52 25.37 10.34 -
YUV 136.7 93.75 153.89 -
System Red Green Blue C M Y K H S L
Decimal 173 130 76 0 0.25 0.56 0.32 33.4 0.39 0.49
Hex AD 82 4C 0 19 38 20 21 27 31
Octal 255 202 114 0 31 70 40 41 47 61
Binary 10101101 10000010 1001100 0 11001 111000 100000 100001 100111 110001

Color Harmonies of #AD824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD824C

Black with #AD824C

Text Example


Text Example

White with #AD824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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