Html Css Color HEX #AD7952 Muddy Waters

📋 copy color: '#AD7952'

red 173 ◦ green 121 ◦ blue 82

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

Shades of Muddy Waters #AD7952

Tints of Muddy Waters #AD7952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 46.01%
G = 32.18%
B = 21.81%

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

#AD7952 (or 0xAD7952) is known color: Muddy Waters. HEX triplet: AD, 79 and 52. RGB value is (173,121,82). Sum of RGB (Red+Green+Blue) = 173+121+82=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7952 is #5286AD. Grayscale: #848484. Windows color (decimal): -5408430 or 5405101. OLE color: 5405101.

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

Color convert

RGB 173 121 82 -
CMYK 0 0.30 0.53 0.32
HSL 25.71º 0.36% 0.5% -
HSV(B) 25.71º 0.53% 0.68% -
XYZ 25.59 23.17 11.11 -
YUV 132.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 173 121 82 0 0.30 0.53 0.32 25.71 0.36 0.5
Hex AD 79 52 0 1E 35 20 1A 24 32
Octal 255 171 122 0 36 65 40 32 44 62
Binary 10101101 1111001 1010010 0 11110 110101 100000 11010 100100 110010

Color Harmonies of #AD7952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7952

Black with #AD7952

Text Example


Text Example

White with #AD7952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7952; }

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

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

background-color css

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

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

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

border-color css

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

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

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