Html Css Color HEX #AD8355 Muddy Waters

📋 copy color: '#AD8355'

red 173 ◦ green 131 ◦ blue 85

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

Shades of Muddy Waters #AD8355

Tints of Muddy Waters #AD8355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 44.47%
G = 33.68%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD8355 (or 0xAD8355) is known color: Muddy Waters. HEX triplet: AD, 83 and 55. RGB value is (173,131,85). Sum of RGB (Red+Green+Blue) = 173+131+85=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8355 is #527CAA. Grayscale: #8A8A8A. Windows color (decimal): -5405867 or 5604269. OLE color: 5604269.

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

Color convert

RGB 173 131 85 -
CMYK 0 0.24 0.51 0.32
HSL 31.36º 0.35% 0.51% -
HSV(B) 31.36º 0.51% 0.68% -
XYZ 26.99 25.77 12.15 -
YUV 138.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 173 131 85 0 0.24 0.51 0.32 31.36 0.35 0.51
Hex AD 83 55 0 18 33 20 1F 23 33
Octal 255 203 125 0 30 63 40 37 43 63
Binary 10101101 10000011 1010101 0 11000 110011 100000 11111 100011 110011

Color Harmonies of #AD8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8355

Black with #AD8355

Text Example


Text Example

White with #AD8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8355; }

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

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

background-color css

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

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

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

border-color css

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

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

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