Html Css Color HEX #AD8343 Muddy Waters

📋 copy color: '#AD8343'

red 173 ◦ green 131 ◦ blue 67

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

Shades of Muddy Waters #AD8343

Tints of Muddy Waters #AD8343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 67 (26.56% from 255) = 18.06%

R = 46.63%
G = 35.31%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8343 (or 0xAD8343) is known color: Muddy Waters. HEX triplet: AD, 83 and 43. RGB value is (173,131,67). Sum of RGB (Red+Green+Blue) = 173+131+67=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8343 is #527CBC. Grayscale: #888888. Windows color (decimal): -5405885 or 4424621. OLE color: 4424621.

HSL color Cylindrical-coordinate representation of color #AD8343: hue angle of 36.23º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8343 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 131 67 -
CMYK 0 0.24 0.61 0.32
HSL 36.23º 0.44% 0.47% -
HSV(B) 36.23º 0.61% 0.68% -
XYZ 26.36 25.52 8.85 -
YUV 136.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 173 131 67 0 0.24 0.61 0.32 36.23 0.44 0.47
Hex AD 83 43 0 18 3D 20 24 2C 2F
Octal 255 203 103 0 30 75 40 44 54 57
Binary 10101101 10000011 1000011 0 11000 111101 100000 100100 101100 101111

Color Harmonies of #AD8343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8343

Black with #AD8343

Text Example


Text Example

White with #AD8343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8343; }

 p { color: rgb(173,131,67); }

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

background-color css

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

 a { background-color: rgb(173,131,67); }

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

border-color css

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

 span { border-color: rgb(173,131,67); }

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