Html Css Color HEX #AD8244 Muddy Waters

📋 copy color: '#AD8244'

red 173 ◦ green 130 ◦ blue 68

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

Shades of Muddy Waters #AD8244

Tints of Muddy Waters #AD8244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 46.63%
G = 35.04%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8244 (or 0xAD8244) is known color: Muddy Waters. HEX triplet: AD, 82 and 44. RGB value is (173,130,68). Sum of RGB (Red+Green+Blue) = 173+130+68=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8244 is #527DBB. Grayscale: #888888. Windows color (decimal): -5406140 or 4489901. OLE color: 4489901.

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

Color convert

RGB 173 130 68 -
CMYK 0 0.25 0.61 0.32
HSL 35.43º 0.44% 0.47% -
HSV(B) 35.43º 0.61% 0.68% -
XYZ 26.26 25.27 8.96 -
YUV 135.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 173 130 68 0 0.25 0.61 0.32 35.43 0.44 0.47
Hex AD 82 44 0 19 3D 20 23 2C 2F
Octal 255 202 104 0 31 75 40 43 54 57
Binary 10101101 10000010 1000100 0 11001 111101 100000 100011 101100 101111

Color Harmonies of #AD8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8244

Black with #AD8244

Text Example


Text Example

White with #AD8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8244; }

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

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

background-color css

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

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

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

border-color css

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

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

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