#AB7B3F

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

Shades of Muddy Waters #AB7B3F

Tints of Muddy Waters #AB7B3F

Color information

#AB7B3F (or 0xAB7B3F) is unknown color: approx Muddy Waters. HEX triplet: AB, 7B and 3F. RGB value is (171,123,63). Sum of RGB (Red+Green+Blue) = 171+123+63=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B3F is #5484C0. Grayscale: #828282. Windows color (decimal): -5539009 or 4160427. OLE color: 4160427.

HSL color Cylindrical-coordinate representation of color #AB7B3F: hue angle of 33.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7B3F is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17112363-
CMYK00.280.630.33
HSL33.33º46.15%45.88%-
HSV(B)33.33º63.16%67.06%-
XYZ24.7723.187.87-
YUV130.5189.9156.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 63 (25% from 255) = 17.65%
R=47.90%
G=34.45%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711236300.280.630.3333.3346.1545.88
HexAB7B3F01C3F21212e2e
Octal253173770347741415656
Binary101010111111011111111011100111111100001100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B3F; }

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

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

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

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

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

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

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

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