Html Css Color HEX #AD8056 Muddy Waters

📋 copy color: '#AD8056'

red 173 ◦ green 128 ◦ blue 86

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

Shades of Muddy Waters #AD8056

Tints of Muddy Waters #AD8056

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 44.7%
G = 33.07%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8056 (or 0xAD8056) is known color: Muddy Waters. HEX triplet: AD, 80 and 56. RGB value is (173,128,86). Sum of RGB (Red+Green+Blue) = 173+128+86=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8056 is #527FA9. Grayscale: #888888. Windows color (decimal): -5406634 or 5669037. OLE color: 5669037.

HSL color Cylindrical-coordinate representation of color #AD8056: hue angle of 28.97º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8056 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 86 -
CMYK 0 0.26 0.50 0.32
HSL 28.97º 0.35% 0.51% -
HSV(B) 28.97º 0.5% 0.68% -
XYZ 26.63 24.99 12.22 -
YUV 136.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 173 128 86 0 0.26 0.50 0.32 28.97 0.35 0.51
Hex AD 80 56 0 1A 32 20 1D 23 33
Octal 255 200 126 0 32 62 40 35 43 63
Binary 10101101 10000000 1010110 0 11010 110010 100000 11101 100011 110011

Color Harmonies of #AD8056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8056

Black with #AD8056

Text Example


Text Example

White with #AD8056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8056; }

 p { color: rgb(173,128,86); }

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

background-color css

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

 a { background-color: rgb(173,128,86); }

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

border-color css

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

 span { border-color: rgb(173,128,86); }

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