Html Css Color HEX #AB794C Muddy Waters

📋 copy color: '#AB794C'

red 171 ◦ green 121 ◦ blue 76

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

Shades of Muddy Waters #AB794C

Tints of Muddy Waters #AB794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 46.47%
G = 32.88%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB794C (or 0xAB794C) is known color: Muddy Waters. HEX triplet: AB, 79 and 4C. RGB value is (171,121,76). Sum of RGB (Red+Green+Blue) = 171+121+76=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB794C is #5486B3. Grayscale: #838383. Windows color (decimal): -5539508 or 5011883. OLE color: 5011883.

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

Color convert

RGB 171 121 76 -
CMYK 0 0.29 0.56 0.33
HSL 28.42º 0.38% 0.48% -
HSV(B) 28.42º 0.56% 0.67% -
XYZ 24.94 22.85 9.93 -
YUV 130.82 97.07 156.66 -
System Red Green Blue C M Y K H S L
Decimal 171 121 76 0 0.29 0.56 0.33 28.42 0.38 0.48
Hex AB 79 4C 0 1D 38 21 1C 26 30
Octal 253 171 114 0 35 70 41 34 46 60
Binary 10101011 1111001 1001100 0 11101 111000 100001 11100 100110 110000

Color Harmonies of #AB794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB794C

Black with #AB794C

Text Example


Text Example

White with #AB794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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