#AB7B4B

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

Shades of Muddy Waters #AB7B4B

Tints of Muddy Waters #AB7B4B

Color information

#AB7B4B (or 0xAB7B4B) is unknown color: approx Muddy Waters. HEX triplet: AB, 7B and 4B. RGB value is (171,123,75). Sum of RGB (Red+Green+Blue) = 171+123+75=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B4B is #5484B4. Grayscale: #848484. Windows color (decimal): -5538997 or 4946859. OLE color: 4946859.

HSL color Cylindrical-coordinate representation of color #AB7B4B: hue angle of 30º degrees, saturation: 0.39, 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 #AB7B4B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17112375-
CMYK00.280.560.33
HSL30º39.02%48.24%-
HSV(B)30º56.14%67.06%-
XYZ25.1523.339.83-
YUV131.8895.9155.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=46.34%
G=33.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711237500.280.560.333039.0248.24
HexAB7B4B01C38211e2730
Octal2531731130347041364760
Binary101010111111011100101101110011100010000111110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B4B; }

 p { color: rgb(171,123,75); }

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

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

 a { background-color: rgb(171,123,75); }

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

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

 span { border-color: rgb(171,123,75); }

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