Html Css Color HEX #AD874F Muddy Waters

📋 copy color: '#AD874F'

red 173 ◦ green 135 ◦ blue 79

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

Shades of Muddy Waters #AD874F

Tints of Muddy Waters #AD874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 44.7%
G = 34.88%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD874F (or 0xAD874F) is known color: Muddy Waters. HEX triplet: AD, 87 and 4F. RGB value is (173,135,79). Sum of RGB (Red+Green+Blue) = 173+135+79=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD874F is #5278B0. Grayscale: #8C8C8C. Windows color (decimal): -5404849 or 5212077. OLE color: 5212077.

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

Color convert

RGB 173 135 79 -
CMYK 0 0.22 0.54 0.32
HSL 35.74º 0.37% 0.49% -
HSV(B) 35.74º 0.54% 0.68% -
XYZ 27.31 26.78 11.13 -
YUV 139.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 173 135 79 0 0.22 0.54 0.32 35.74 0.37 0.49
Hex AD 87 4F 0 16 36 20 24 25 31
Octal 255 207 117 0 26 66 40 44 45 61
Binary 10101101 10000111 1001111 0 10110 110110 100000 100100 100101 110001

Color Harmonies of #AD874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD874F

Black with #AD874F

Text Example


Text Example

White with #AD874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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