Html Css Color HEX #AD8546 Muddy Waters

📋 copy color: '#AD8546'

red 173 ◦ green 133 ◦ blue 70

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

Shades of Muddy Waters #AD8546

Tints of Muddy Waters #AD8546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 46.01%
G = 35.37%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8546 (or 0xAD8546) is known color: Muddy Waters. HEX triplet: AD, 85 and 46. RGB value is (173,133,70). Sum of RGB (Red+Green+Blue) = 173+133+70=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8546 is #527AB9. Grayscale: #8A8A8A. Windows color (decimal): -5405370 or 4621741. OLE color: 4621741.

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

Color convert

RGB 173 133 70 -
CMYK 0 0.23 0.60 0.32
HSL 36.7º 0.42% 0.48% -
HSV(B) 36.7º 0.6% 0.68% -
XYZ 26.73 26.1 9.42 -
YUV 137.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 173 133 70 0 0.23 0.60 0.32 36.7 0.42 0.48
Hex AD 85 46 0 17 3C 20 25 2A 30
Octal 255 205 106 0 27 74 40 45 52 60
Binary 10101101 10000101 1000110 0 10111 111100 100000 100101 101010 110000

Color Harmonies of #AD8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8546

Black with #AD8546

Text Example


Text Example

White with #AD8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8546; }

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

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

background-color css

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

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

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

border-color css

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

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

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