Html Css Color HEX #AD894A Muddy Waters

📋 copy color: '#AD894A'

red 173 ◦ green 137 ◦ blue 74

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

Shades of Muddy Waters #AD894A

Tints of Muddy Waters #AD894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 45.05%
G = 35.68%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD894A (or 0xAD894A) is known color: Muddy Waters. HEX triplet: AD, 89 and 4A. RGB value is (173,137,74). Sum of RGB (Red+Green+Blue) = 173+137+74=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD894A is #5276B5. Grayscale: #8C8C8C. Windows color (decimal): -5404342 or 4884909. OLE color: 4884909.

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

Color convert

RGB 173 137 74 -
CMYK 0 0.21 0.57 0.32
HSL 38.18º 0.4% 0.48% -
HSV(B) 38.18º 0.57% 0.68% -
XYZ 27.42 27.27 10.3 -
YUV 140.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 173 137 74 0 0.21 0.57 0.32 38.18 0.4 0.48
Hex AD 89 4A 0 15 39 20 26 28 30
Octal 255 211 112 0 25 71 40 46 50 60
Binary 10101101 10001001 1001010 0 10101 111001 100000 100110 101000 110000

Color Harmonies of #AD894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD894A

Black with #AD894A

Text Example


Text Example

White with #AD894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD894A; }

 p { color: rgb(173,137,74); }

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

background-color css

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

 a { background-color: rgb(173,137,74); }

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

border-color css

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

 span { border-color: rgb(173,137,74); }

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