Html Css Color HEX #AD8848 Muddy Waters

📋 copy color: '#AD8848'

red 173 ◦ green 136 ◦ blue 72

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

Shades of Muddy Waters #AD8848

Tints of Muddy Waters #AD8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 45.41%
G = 35.7%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD8848 (or 0xAD8848) is known color: Muddy Waters. HEX triplet: AD, 88 and 48. RGB value is (173,136,72). Sum of RGB (Red+Green+Blue) = 173+136+72=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8848 is #5277B7. Grayscale: #8C8C8C. Windows color (decimal): -5404600 or 4753581. OLE color: 4753581.

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

Color convert

RGB 173 136 72 -
CMYK 0 0.21 0.58 0.32
HSL 38.02º 0.41% 0.48% -
HSV(B) 38.02º 0.58% 0.68% -
XYZ 27.21 26.96 9.9 -
YUV 139.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 173 136 72 0 0.21 0.58 0.32 38.02 0.41 0.48
Hex AD 88 48 0 15 3A 20 26 29 30
Octal 255 210 110 0 25 72 40 46 51 60
Binary 10101101 10001000 1001000 0 10101 111010 100000 100110 101001 110000

Color Harmonies of #AD8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8848

Black with #AD8848

Text Example


Text Example

White with #AD8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8848; }

 p { color: rgb(173,136,72); }

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

background-color css

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

 a { background-color: rgb(173,136,72); }

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

border-color css

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

 span { border-color: rgb(173,136,72); }

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