Html Css Color HEX #AD8353 Muddy Waters

📋 copy color: '#AD8353'

red 173 ◦ green 131 ◦ blue 83

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

Shades of Muddy Waters #AD8353

Tints of Muddy Waters #AD8353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.45%

R = 44.7%
G = 33.85%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD8353 (or 0xAD8353) is known color: Muddy Waters. HEX triplet: AD, 83 and 53. RGB value is (173,131,83). Sum of RGB (Red+Green+Blue) = 173+131+83=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8353 is #527CAC. Grayscale: #8A8A8A. Windows color (decimal): -5405869 or 5473197. OLE color: 5473197.

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

Color convert

RGB 173 131 83 -
CMYK 0 0.24 0.52 0.32
HSL 32º 0.35% 0.5% -
HSV(B) 32º 0.52% 0.68% -
XYZ 26.91 25.74 11.73 -
YUV 138.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 173 131 83 0 0.24 0.52 0.32 32 0.35 0.5
Hex AD 83 53 0 18 34 20 20 23 32
Octal 255 203 123 0 30 64 40 40 43 62
Binary 10101101 10000011 1010011 0 11000 110100 100000 100000 100011 110010

Color Harmonies of #AD8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8353

Black with #AD8353

Text Example


Text Example

White with #AD8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8353; }

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

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

background-color css

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

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

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

border-color css

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

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

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