Html Css Color HEX #A8794D Muddy Waters

📋 copy color: '#A8794D'

red 168 ◦ green 121 ◦ blue 77

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

Shades of Muddy Waters #A8794D

Tints of Muddy Waters #A8794D

RGB

 RED value IS 168 (66.02% from 255) = 45.9%

 GREEN value IS 121 (47.66% from 255) = 33.06%

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

R = 45.9%
G = 33.06%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8794D (or 0xA8794D) is known color: Muddy Waters. HEX triplet: A8, 79 and 4D. RGB value is (168,121,77). Sum of RGB (Red+Green+Blue) = 168+121+77=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8794D is #5786B2. Grayscale: #828282. Windows color (decimal): -5736115 or 5077416. OLE color: 5077416.

HSL color Cylindrical-coordinate representation of color #A8794D: hue angle of 29.01º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8794D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 77 -
CMYK 0 0.28 0.54 0.34
HSL 29.01º 0.37% 0.48% -
HSV(B) 29.01º 0.54% 0.66% -
XYZ 24.33 22.54 10.09 -
YUV 130.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 168 121 77 0 0.28 0.54 0.34 29.01 0.37 0.48
Hex A8 79 4D 0 1C 36 22 1D 25 30
Octal 250 171 115 0 34 66 42 35 45 60
Binary 10101000 1111001 1001101 0 11100 110110 100010 11101 100101 110000

Color Harmonies of #A8794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8794D

Black with #A8794D

Text Example


Text Example

White with #A8794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8794D; }

 p { color: rgb(168,121,77); }

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

background-color css

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

 a { background-color: rgb(168,121,77); }

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

border-color css

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

 span { border-color: rgb(168,121,77); }

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