Html Css Color HEX #AD8748 Muddy Waters

📋 copy color: '#AD8748'

red 173 ◦ green 135 ◦ blue 72

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

Shades of Muddy Waters #AD8748

Tints of Muddy Waters #AD8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

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

R = 45.53%
G = 35.53%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD8748 (or 0xAD8748) is known color: Muddy Waters. HEX triplet: AD, 87 and 48. RGB value is (173,135,72). Sum of RGB (Red+Green+Blue) = 173+135+72=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8748 is #5278B7. Grayscale: #8B8B8B. Windows color (decimal): -5404856 or 4753325. OLE color: 4753325.

HSL color Cylindrical-coordinate representation of color #AD8748: hue angle of 37.43º 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 #AD8748 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 72 -
CMYK 0 0.22 0.58 0.32
HSL 37.43º 0.41% 0.48% -
HSV(B) 37.43º 0.58% 0.68% -
XYZ 27.07 26.68 9.85 -
YUV 139.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 173 135 72 0 0.22 0.58 0.32 37.43 0.41 0.48
Hex AD 87 48 0 16 3A 20 25 29 30
Octal 255 207 110 0 26 72 40 45 51 60
Binary 10101101 10000111 1001000 0 10110 111010 100000 100101 101001 110000

Color Harmonies of #AD8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8748

Black with #AD8748

Text Example


Text Example

White with #AD8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8748; }

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

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

background-color css

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

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

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

border-color css

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

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

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