#AB7D42

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

Shades of Muddy Waters #AB7D42

Tints of Muddy Waters #AB7D42

Color information

#AB7D42 (or 0xAB7D42) is unknown color: approx Muddy Waters. HEX triplet: AB, 7D and 42. RGB value is (171,125,66). Sum of RGB (Red+Green+Blue) = 171+125+66=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D42 is #5482BD. Grayscale: #848484. Windows color (decimal): -5538494 or 4357547. OLE color: 4357547.

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

Color convert

RGB17112566-
CMYK00.270.610.33
HSL33.71º44.3%46.47%-
HSV(B)33.71º61.4%67.06%-
XYZ25.1123.728.41-
YUV132.0390.74155.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=47.24%
G=34.53%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711256600.270.610.3333.7144.346.47
HexAB7D4201B3D21222c2e
Octal2531751020337541425456
Binary1010101111111011000010011011111101100001100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D42; }

 p { color: rgb(171,125,66); }

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

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

 a { background-color: rgb(171,125,66); }

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

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

 span { border-color: rgb(171,125,66); }

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