#AB834E

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

Shades of Muddy Waters #AB834E

Tints of Muddy Waters #AB834E

Color information

#AB834E (or 0xAB834E) is unknown color: approx Muddy Waters. HEX triplet: AB, 83 and 4E. RGB value is (171,131,78). Sum of RGB (Red+Green+Blue) = 171+131+78=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB834E is #547CB1. Grayscale: #898989. Windows color (decimal): -5536946 or 5145515. OLE color: 5145515.

HSL color Cylindrical-coordinate representation of color #AB834E: hue angle of 34.19º 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 #AB834E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17113178-
CMYK00.230.540.33
HSL34.19º37.35%48.82%-
HSV(B)34.19º54.39%67.06%-
XYZ26.2925.4410.73-
YUV136.9294.75152.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=45%
G=34.47%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711317800.230.540.3334.1937.3548.82
HexAB834E0173621222531
Octal2532031160276641424561
Binary10101011100000111001110010111110110100001100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB834E; }

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

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

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

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

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

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

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

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