Html Css Color HEX #AB794A Muddy Waters

📋 copy color: '#AB794A'

red 171 ◦ green 121 ◦ blue 74

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

Shades of Muddy Waters #AB794A

Tints of Muddy Waters #AB794A

RGB

 RED value IS 171 (67.19% from 255) = 46.72%

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

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

R = 46.72%
G = 33.06%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB794A (or 0xAB794A) is known color: Muddy Waters. HEX triplet: AB, 79 and 4A. RGB value is (171,121,74). Sum of RGB (Red+Green+Blue) = 171+121+74=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB794A is #5486B5. Grayscale: #828282. Windows color (decimal): -5539510 or 4880811. OLE color: 4880811.

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

Color convert

RGB 171 121 74 -
CMYK 0 0.29 0.57 0.33
HSL 29.07º 0.4% 0.48% -
HSV(B) 29.07º 0.57% 0.67% -
XYZ 24.87 22.83 9.57 -
YUV 130.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 171 121 74 0 0.29 0.57 0.33 29.07 0.4 0.48
Hex AB 79 4A 0 1D 39 21 1D 28 30
Octal 253 171 112 0 35 71 41 35 50 60
Binary 10101011 1111001 1001010 0 11101 111001 100001 11101 101000 110000

Color Harmonies of #AB794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB794A

Black with #AB794A

Text Example


Text Example

White with #AB794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB794A; }

 p { color: rgb(171,121,74); }

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

background-color css

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

 a { background-color: rgb(171,121,74); }

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

border-color css

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

 span { border-color: rgb(171,121,74); }

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