Html Css Color HEX #AD854D Muddy Waters

📋 copy color: '#AD854D'

red 173 ◦ green 133 ◦ blue 77

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

Shades of Muddy Waters #AD854D

Tints of Muddy Waters #AD854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 45.17%
G = 34.73%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD854D (or 0xAD854D) is known color: Muddy Waters. HEX triplet: AD, 85 and 4D. RGB value is (173,133,77). Sum of RGB (Red+Green+Blue) = 173+133+77=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD854D is #527AB2. Grayscale: #8A8A8A. Windows color (decimal): -5405363 or 5080493. OLE color: 5080493.

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

Color convert

RGB 173 133 77 -
CMYK 0 0.23 0.55 0.32
HSL 35º 0.38% 0.49% -
HSV(B) 35º 0.55% 0.68% -
XYZ 26.96 26.2 10.66 -
YUV 138.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 173 133 77 0 0.23 0.55 0.32 35 0.38 0.49
Hex AD 85 4D 0 17 37 20 23 26 31
Octal 255 205 115 0 27 67 40 43 46 61
Binary 10101101 10000101 1001101 0 10111 110111 100000 100011 100110 110001

Color Harmonies of #AD854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD854D

Black with #AD854D

Text Example


Text Example

White with #AD854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD854D; }

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

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

background-color css

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

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

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

border-color css

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

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

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