Html Css Color HEX #AD8746 Muddy Waters

📋 copy color: '#AD8746'

red 173 ◦ green 135 ◦ blue 70

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

Shades of Muddy Waters #AD8746

Tints of Muddy Waters #AD8746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.52%

R = 45.77%
G = 35.71%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8746 (or 0xAD8746) is known color: Muddy Waters. HEX triplet: AD, 87 and 46. RGB value is (173,135,70). Sum of RGB (Red+Green+Blue) = 173+135+70=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8746 is #5278B9. Grayscale: #8B8B8B. Windows color (decimal): -5404858 or 4622253. OLE color: 4622253.

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

Color convert

RGB 173 135 70 -
CMYK 0 0.22 0.60 0.32
HSL 37.86º 0.42% 0.48% -
HSV(B) 37.86º 0.6% 0.68% -
XYZ 27 26.65 9.52 -
YUV 138.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 173 135 70 0 0.22 0.60 0.32 37.86 0.42 0.48
Hex AD 87 46 0 16 3C 20 26 2A 30
Octal 255 207 106 0 26 74 40 46 52 60
Binary 10101101 10000111 1000110 0 10110 111100 100000 100110 101010 110000

Color Harmonies of #AD8746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8746

Black with #AD8746

Text Example


Text Example

White with #AD8746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8746; }

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

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

background-color css

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

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

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

border-color css

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

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

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