Html Css Color HEX #AD7951 Muddy Waters

📋 copy color: '#AD7951'

red 173 ◦ green 121 ◦ blue 81

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

Shades of Muddy Waters #AD7951

Tints of Muddy Waters #AD7951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 46.13%
G = 32.27%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD7951 (or 0xAD7951) is known color: Muddy Waters. HEX triplet: AD, 79 and 51. RGB value is (173,121,81). Sum of RGB (Red+Green+Blue) = 173+121+81=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7951 is #5286AE. Grayscale: #848484. Windows color (decimal): -5408431 or 5339565. OLE color: 5339565.

HSL color Cylindrical-coordinate representation of color #AD7951: hue angle of 26.09º 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 #AD7951 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 121 81 -
CMYK 0 0.30 0.53 0.32
HSL 26.09º 0.36% 0.5% -
HSV(B) 26.09º 0.53% 0.68% -
XYZ 25.56 23.15 10.91 -
YUV 131.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 173 121 81 0 0.30 0.53 0.32 26.09 0.36 0.5
Hex AD 79 51 0 1E 35 20 1A 24 32
Octal 255 171 121 0 36 65 40 32 44 62
Binary 10101101 1111001 1010001 0 11110 110101 100000 11010 100100 110010

Color Harmonies of #AD7951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7951

Black with #AD7951

Text Example


Text Example

White with #AD7951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7951; }

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

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

background-color css

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

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

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

border-color css

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

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

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