Html Css Color HEX #AD8047 Muddy Waters

📋 copy color: '#AD8047'

red 173 ◦ green 128 ◦ blue 71

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

Shades of Muddy Waters #AD8047

Tints of Muddy Waters #AD8047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 46.51%
G = 34.41%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD8047 (or 0xAD8047) is known color: Muddy Waters. HEX triplet: AD, 80 and 47. RGB value is (173,128,71). Sum of RGB (Red+Green+Blue) = 173+128+71=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8047 is #527FB8. Grayscale: #878787. Windows color (decimal): -5406649 or 4685997. OLE color: 4685997.

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

Color convert

RGB 173 128 71 -
CMYK 0 0.26 0.59 0.32
HSL 33.53º 0.42% 0.48% -
HSV(B) 33.53º 0.59% 0.68% -
XYZ 26.09 24.78 9.37 -
YUV 134.96 91.91 155.13 -
System Red Green Blue C M Y K H S L
Decimal 173 128 71 0 0.26 0.59 0.32 33.53 0.42 0.48
Hex AD 80 47 0 1A 3B 20 22 2A 30
Octal 255 200 107 0 32 73 40 42 52 60
Binary 10101101 10000000 1000111 0 11010 111011 100000 100010 101010 110000

Color Harmonies of #AD8047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8047

Black with #AD8047

Text Example


Text Example

White with #AD8047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8047; }

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

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

background-color css

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

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

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

border-color css

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

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

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