Html Css Color HEX #AD874D Muddy Waters

📋 copy color: '#AD874D'

red 173 ◦ green 135 ◦ blue 77

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

Shades of Muddy Waters #AD874D

Tints of Muddy Waters #AD874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 44.94%
G = 35.06%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD874D (or 0xAD874D) is known color: Muddy Waters. HEX triplet: AD, 87 and 4D. RGB value is (173,135,77). Sum of RGB (Red+Green+Blue) = 173+135+77=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD874D is #5278B2. Grayscale: #8C8C8C. Windows color (decimal): -5404851 or 5081005. OLE color: 5081005.

HSL color Cylindrical-coordinate representation of color #AD874D: hue angle of 36.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD874D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 135 77 -
CMYK 0 0.22 0.55 0.32
HSL 36.25º 0.38% 0.49% -
HSV(B) 36.25º 0.55% 0.68% -
XYZ 27.24 26.75 10.75 -
YUV 139.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 173 135 77 0 0.22 0.55 0.32 36.25 0.38 0.49
Hex AD 87 4D 0 16 37 20 24 26 31
Octal 255 207 115 0 26 67 40 44 46 61
Binary 10101101 10000111 1001101 0 10110 110111 100000 100100 100110 110001

Color Harmonies of #AD874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD874D

Black with #AD874D

Text Example


Text Example

White with #AD874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD874D; }

 p { color: rgb(173,135,77); }

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

background-color css

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

 a { background-color: rgb(173,135,77); }

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

border-color css

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

 span { border-color: rgb(173,135,77); }

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