Html Css Color HEX #AD7A4B Muddy Waters

📋 copy color: '#AD7A4B'

red 173 ◦ green 122 ◦ blue 75

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

Shades of Muddy Waters #AD7A4B

Tints of Muddy Waters #AD7A4B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 46.76%
G = 32.97%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD7A4B (or 0xAD7A4B) is known color: Muddy Waters. HEX triplet: AD, 7A and 4B. RGB value is (173,122,75). Sum of RGB (Red+Green+Blue) = 173+122+75=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A4B is #5285B4. Grayscale: #848484. Windows color (decimal): -5408181 or 4946605. OLE color: 4946605.

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

Color convert

RGB 173 122 75 -
CMYK 0 0.29 0.57 0.32
HSL 28.78º 0.4% 0.49% -
HSV(B) 28.78º 0.57% 0.68% -
XYZ 25.46 23.31 9.81 -
YUV 131.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 173 122 75 0 0.29 0.57 0.32 28.78 0.4 0.49
Hex AD 7A 4B 0 1D 39 20 1D 28 31
Octal 255 172 113 0 35 71 40 35 50 61
Binary 10101101 1111010 1001011 0 11101 111001 100000 11101 101000 110001

Color Harmonies of #AD7A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A4B

Black with #AD7A4B

Text Example


Text Example

White with #AD7A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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