Html Css Color HEX #AD8356 Muddy Waters

📋 copy color: '#AD8356'

red 173 ◦ green 131 ◦ blue 86

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

Shades of Muddy Waters #AD8356

Tints of Muddy Waters #AD8356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 44.36%
G = 33.59%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD8356 (or 0xAD8356) is known color: Muddy Waters. HEX triplet: AD, 83 and 56. RGB value is (173,131,86). Sum of RGB (Red+Green+Blue) = 173+131+86=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8356 is #527CA9. Grayscale: #8A8A8A. Windows color (decimal): -5405866 or 5669805. OLE color: 5669805.

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

Color convert

RGB 173 131 86 -
CMYK 0 0.24 0.50 0.32
HSL 31.03º 0.35% 0.51% -
HSV(B) 31.03º 0.5% 0.68% -
XYZ 27.03 25.79 12.36 -
YUV 138.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 173 131 86 0 0.24 0.50 0.32 31.03 0.35 0.51
Hex AD 83 56 0 18 32 20 1F 23 33
Octal 255 203 126 0 30 62 40 37 43 63
Binary 10101101 10000011 1010110 0 11000 110010 100000 11111 100011 110011

Color Harmonies of #AD8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8356

Black with #AD8356

Text Example


Text Example

White with #AD8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8356; }

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

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

background-color css

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

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

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

border-color css

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

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

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