#AB774E

Color #AB774E Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AB774E

Tints of Muddy Waters #AB774E

Color information

#AB774E (or 0xAB774E) is unknown color: approx Muddy Waters. HEX triplet: AB, 77 and 4E. RGB value is (171,119,78). Sum of RGB (Red+Green+Blue) = 171+119+78=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB774E is #5488B1. Grayscale: #828282. Windows color (decimal): -5540018 or 5142443. OLE color: 5142443.

HSL color Cylindrical-coordinate representation of color #AB774E: hue angle of 26.45º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB774E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17111978-
CMYK00.300.540.33
HSL26.45º37.35%48.82%-
HSV(B)26.45º54.39%67.06%-
XYZ24.7722.410.23-
YUV129.8798.73157.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=46.47%
G=32.34%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711197800.300.540.3326.4537.3548.82
HexAB774E01E36211a2531
Octal2531671160366641324561
Binary101010111110111100111001111011011010000111010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB774E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB774E; }

 p { color: rgb(171,119,78); }

 H1.HeaderClassName
 {
   color: #AB774E;
 }
 .AnyTagClassName
 {
   color: #AB774E;
 }
</style>
background-color css

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

 a { background-color: rgb(171,119,78); }

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

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

 span { border-color: rgb(171,119,78); }

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