Html Css Color HEX #AD854C Muddy Waters

📋 copy color: '#AD854C'

red 173 ◦ green 133 ◦ blue 76

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

Shades of Muddy Waters #AD854C

Tints of Muddy Waters #AD854C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.9%

R = 45.29%
G = 34.82%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD854C (or 0xAD854C) is known color: Muddy Waters. HEX triplet: AD, 85 and 4C. RGB value is (173,133,76). Sum of RGB (Red+Green+Blue) = 173+133+76=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD854C is #527AB3. Grayscale: #8A8A8A. Windows color (decimal): -5405364 or 5014957. OLE color: 5014957.

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

Color convert

RGB 173 133 76 -
CMYK 0 0.23 0.56 0.32
HSL 35.26º 0.39% 0.49% -
HSV(B) 35.26º 0.56% 0.68% -
XYZ 26.93 26.18 10.47 -
YUV 138.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 173 133 76 0 0.23 0.56 0.32 35.26 0.39 0.49
Hex AD 85 4C 0 17 38 20 23 27 31
Octal 255 205 114 0 27 70 40 43 47 61
Binary 10101101 10000101 1001100 0 10111 111000 100000 100011 100111 110001

Color Harmonies of #AD854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD854C

Black with #AD854C

Text Example


Text Example

White with #AD854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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