Html Css Color HEX #AD8451 Muddy Waters

📋 copy color: '#AD8451'

red 173 ◦ green 132 ◦ blue 81

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

Shades of Muddy Waters #AD8451

Tints of Muddy Waters #AD8451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 81 (32.03% from 255) = 20.98%

R = 44.82%
G = 34.2%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD8451 (or 0xAD8451) is known color: Muddy Waters. HEX triplet: AD, 84 and 51. RGB value is (173,132,81). Sum of RGB (Red+Green+Blue) = 173+132+81=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8451 is #527BAE. Grayscale: #8A8A8A. Windows color (decimal): -5405615 or 5342381. OLE color: 5342381.

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

Color convert

RGB 173 132 81 -
CMYK 0 0.24 0.53 0.32
HSL 33.26º 0.36% 0.5% -
HSV(B) 33.26º 0.53% 0.68% -
XYZ 26.97 25.98 11.38 -
YUV 138.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 173 132 81 0 0.24 0.53 0.32 33.26 0.36 0.5
Hex AD 84 51 0 18 35 20 21 24 32
Octal 255 204 121 0 30 65 40 41 44 62
Binary 10101101 10000100 1010001 0 11000 110101 100000 100001 100100 110010

Color Harmonies of #AD8451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8451

Black with #AD8451

Text Example


Text Example

White with #AD8451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8451; }

 p { color: rgb(173,132,81); }

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

background-color css

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

 a { background-color: rgb(173,132,81); }

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

border-color css

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

 span { border-color: rgb(173,132,81); }

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