Html Css Color HEX #AD8545 Muddy Waters

📋 copy color: '#AD8545'

red 173 ◦ green 133 ◦ blue 69

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

Shades of Muddy Waters #AD8545

Tints of Muddy Waters #AD8545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 46.13%
G = 35.47%
B = 18.4%

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

#AD8545 (or 0xAD8545) is known color: Muddy Waters. HEX triplet: AD, 85 and 45. RGB value is (173,133,69). Sum of RGB (Red+Green+Blue) = 173+133+69=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8545 is #527ABA. Grayscale: #898989. Windows color (decimal): -5405371 or 4556205. OLE color: 4556205.

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

Color convert

RGB 173 133 69 -
CMYK 0 0.23 0.60 0.32
HSL 36.92º 0.43% 0.47% -
HSV(B) 36.92º 0.6% 0.68% -
XYZ 26.7 26.09 9.26 -
YUV 137.66 89.25 153.2 -
System Red Green Blue C M Y K H S L
Decimal 173 133 69 0 0.23 0.60 0.32 36.92 0.43 0.47
Hex AD 85 45 0 17 3C 20 25 2B 2F
Octal 255 205 105 0 27 74 40 45 53 57
Binary 10101101 10000101 1000101 0 10111 111100 100000 100101 101011 101111

Color Harmonies of #AD8545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8545

Black with #AD8545

Text Example


Text Example

White with #AD8545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8545; }

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

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

background-color css

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

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

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

border-color css

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

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

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