#AB8045

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

Shades of Muddy Waters #AB8045

Tints of Muddy Waters #AB8045

Color information

#AB8045 (or 0xAB8045) is unknown color: approx Muddy Waters. HEX triplet: AB, 80 and 45. RGB value is (171,128,69). Sum of RGB (Red+Green+Blue) = 171+128+69=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8045 is #547FBA. Grayscale: #868686. Windows color (decimal): -5537723 or 4554923. OLE color: 4554923.

HSL color Cylindrical-coordinate representation of color #AB8045: hue angle of 34.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8045 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17112869-
CMYK00.250.600.33
HSL34.71º42.5%47.06%-
HSV(B)34.71º59.65%67.06%-
XYZ25.5924.539.02-
YUV134.1391.25154.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=46.47%
G=34.78%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711286900.250.600.3334.7142.547.06
HexAB80450193C21232a2f
Octal2532001050317441435257
Binary10101011100000001000101011001111100100001100011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8045; }

 p { color: rgb(171,128,69); }

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

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

 a { background-color: rgb(171,128,69); }

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

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

 span { border-color: rgb(171,128,69); }

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