Html Css Color HEX #AD8145 Muddy Waters

📋 copy color: '#AD8145'

red 173 ◦ green 129 ◦ blue 69

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

Shades of Muddy Waters #AD8145

Tints of Muddy Waters #AD8145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 46.63%
G = 34.77%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8145 (or 0xAD8145) is known color: Muddy Waters. HEX triplet: AD, 81 and 45. RGB value is (173,129,69). Sum of RGB (Red+Green+Blue) = 173+129+69=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8145 is #527EBA. Grayscale: #878787. Windows color (decimal): -5406395 or 4555181. OLE color: 4555181.

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

Color convert

RGB 173 129 69 -
CMYK 0 0.25 0.60 0.32
HSL 34.62º 0.43% 0.47% -
HSV(B) 34.62º 0.6% 0.68% -
XYZ 26.16 25.01 9.08 -
YUV 135.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 173 129 69 0 0.25 0.60 0.32 34.62 0.43 0.47
Hex AD 81 45 0 19 3C 20 23 2B 2F
Octal 255 201 105 0 31 74 40 43 53 57
Binary 10101101 10000001 1000101 0 11001 111100 100000 100011 101011 101111

Color Harmonies of #AD8145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8145

Black with #AD8145

Text Example


Text Example

White with #AD8145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8145; }

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

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

background-color css

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

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

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

border-color css

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

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

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