Html Css Color HEX #AD854B Muddy Waters

📋 copy color: '#AD854B'

red 173 ◦ green 133 ◦ blue 75

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

Shades of Muddy Waters #AD854B

Tints of Muddy Waters #AD854B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 45.41%
G = 34.91%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD854B (or 0xAD854B) is known color: Muddy Waters. HEX triplet: AD, 85 and 4B. RGB value is (173,133,75). Sum of RGB (Red+Green+Blue) = 173+133+75=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD854B is #527AB4. Grayscale: #8A8A8A. Windows color (decimal): -5405365 or 4949421. OLE color: 4949421.

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

Color convert

RGB 173 133 75 -
CMYK 0 0.23 0.57 0.32
HSL 35.51º 0.4% 0.49% -
HSV(B) 35.51º 0.57% 0.68% -
XYZ 26.89 26.17 10.29 -
YUV 138.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 173 133 75 0 0.23 0.57 0.32 35.51 0.4 0.49
Hex AD 85 4B 0 17 39 20 24 28 31
Octal 255 205 113 0 27 71 40 44 50 61
Binary 10101101 10000101 1001011 0 10111 111001 100000 100100 101000 110001

Color Harmonies of #AD854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD854B

Black with #AD854B

Text Example


Text Example

White with #AD854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD854B; }

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

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

background-color css

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

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

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

border-color css

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

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

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